mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
include cmath to define std::pow
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b0eee16109
commit
c82518ca36
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ Author:
|
|||
#include "ast/sls/sls_bv_eval.h"
|
||||
#include "ast/sls/sls_bv_terms.h"
|
||||
#include "ast/ast_pp.h"
|
||||
#include <cmath>
|
||||
|
||||
namespace sls {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue