mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fix VS build, take 2
This commit is contained in:
parent
3d7878bafc
commit
6598aedbb2
3 changed files with 10 additions and 5 deletions
|
@ -27,6 +27,9 @@ Revision History:
|
|||
#include "util/trace.h"
|
||||
#include "util/max_cliques.h"
|
||||
#include "util/gparams.h"
|
||||
#ifdef _MSC_VER
|
||||
# include <xmmintrin.h>
|
||||
#endif
|
||||
|
||||
// define to update glue during propagation
|
||||
#define UPDATE_GLUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue