- libs/ezsat/ezsat.cc: need to #include <cmath> or math.h for math functions.

This commit is contained in:
Siesh1oo 2014-03-10 14:35:59 +01:00
parent f7c2cf6fe2
commit 40e0b79495
1 changed files with 2 additions and 1 deletions

View File

@ -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;