mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
include 'stopwatch.h' to avoid ODR warnings, #994
This commit is contained in:
parent
4468816d32
commit
aff02ca905
4 changed files with 18 additions and 3 deletions
|
@ -29,6 +29,7 @@ Revision History:
|
|||
#include"substitution.h"
|
||||
#include"ast_counter.h"
|
||||
#include"statistics.h"
|
||||
#include"stopwatch.h"
|
||||
#include"lbool.h"
|
||||
|
||||
namespace datalog {
|
||||
|
|
|
@ -30,7 +30,6 @@ Revision History:
|
|||
|
||||
namespace datalog {
|
||||
|
||||
class execution_context;
|
||||
class instruction_block;
|
||||
class rel_context;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue