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:
parent
7b31a4e6d1
commit
674e030456
9 changed files with 34 additions and 31 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue