mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 10:25:18 +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
|
@ -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…
Reference in a new issue