projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7c2cf6
)
- libs/ezsat/ezsat.cc: need to #include <cmath> or math.h for math functions.
author
Siesh1oo
<siesh1oo@siesh1oo.no>
Mon, 10 Mar 2014 13:35:59 +0000
(14:35 +0100)
committer
Siesh1oo
<siesh1oo@siesh1oo.no>
Mon, 10 Mar 2014 13:35:59 +0000
(14:35 +0100)
libs/ezsat/ezsat.cc
patch
|
blob
|
history
diff --git
a/libs/ezsat/ezsat.cc
b/libs/ezsat/ezsat.cc
index fb3d249967dce70bfcfa8c71bf5d6e2bbca3787b..6da363fc11eb28ffdf5c3cee7ded030e9793d6ab 100644
(file)
--- a/
libs/ezsat/ezsat.cc
+++ b/
libs/ezsat/ezsat.cc
@@
-19,10
+19,11
@@
#include "ezsat.h"
+#include <cmath>
#include <algorithm>
+#include <cassert>
#include <stdlib.h>
-#include <assert.h>
const int ezSAT::TRUE = 1;
const int ezSAT::FALSE = 2;