mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fixing clang compilation problems
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
3736c5ea3b
commit
5e4d1151eb
6 changed files with 7 additions and 4 deletions
|
@ -16,10 +16,10 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#include"z3_omp.h"
|
||||
#include"cooperate.h"
|
||||
#include"trace.h"
|
||||
#include"debug.h"
|
||||
#include"z3_omp.h"
|
||||
|
||||
struct cooperation_lock {
|
||||
omp_nest_lock_t m_lock;
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
#include"trace.h"
|
||||
#include"memory_manager.h"
|
||||
#include"error_codes.h"
|
||||
#include"z3_omp.h"
|
||||
// The following two function are automatically generated by the mk_make.py script.
|
||||
// The script collects ADD_INITIALIZER and ADD_FINALIZER commands in the .h files.
|
||||
// For example, rational.h contains
|
||||
|
|
|
@ -58,6 +58,7 @@ Revision History:
|
|||
#endif
|
||||
#include"util.h"
|
||||
#include<limits.h>
|
||||
#include"z3_omp.h"
|
||||
|
||||
struct scoped_timer::imp {
|
||||
event_handler * m_eh;
|
||||
|
|
|
@ -19,6 +19,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
#include<iostream>
|
||||
#include"z3_omp.h"
|
||||
#include"util.h"
|
||||
#include"timeout.h"
|
||||
#include"error_codes.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue