- libs/ezsat/ezsat.cc: need to #include <cmath> or math.h for math functions.
authorSiesh1oo <siesh1oo@siesh1oo.no>
Mon, 10 Mar 2014 13:35:59 +0000 (14:35 +0100)
committerSiesh1oo <siesh1oo@siesh1oo.no>
Mon, 10 Mar 2014 13:35:59 +0000 (14:35 +0100)
libs/ezsat/ezsat.cc

index fb3d249967dce70bfcfa8c71bf5d6e2bbca3787b..6da363fc11eb28ffdf5c3cee7ded030e9793d6ab 100644 (file)
 
 #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;