3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-10 08:02:01 +00:00

include paths, separate test for mod_interval

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-07-03 09:09:54 -07:00
parent 7b31a4e6d1
commit 674e030456
9 changed files with 34 additions and 31 deletions

View file

@ -11,9 +11,9 @@
#ifndef FSTAR_UINT128_MSVC
#define FSTAR_UINT128_MSVC
#include "kremlin/internal/types.h"
#include "FStar_UInt128.h"
#include "FStar_UInt_8_16_32_64.h"
#include "math/bigfix/kremlin/internal/types.h"
#include "math/bigfix/kremlib/FStar_UInt128.h"
#include "math/bigfix/kremlib/FStar_UInt_8_16_32_64.h"
#ifndef _MSC_VER
# error This file only works with the MSVC compiler