included cmath as clang was complaining
This commit is contained in:
parent
ee64908ff7
commit
57f596e971
|
@ -89,6 +89,7 @@ Edited Comments and GPL license
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <cmath>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue