mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
fix includes
This commit is contained in:
parent
845f5f89e1
commit
40519c70aa
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ Author:
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "math/interval/mod_interval.h"
|
||||
#include "fixplex_mod_interval.h"
|
||||
|
||||
template<typename Numeral>
|
||||
bool mod_interval<Numeral>::contains(Numeral const& n) const {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include "math/interval/mod_interval_def.h"
|
||||
#include "math/polysat/fixplex_mod_interval_def.h"
|
||||
#include <iostream>
|
||||
|
||||
static void test_interval1() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue