included cmath as clang was complaining

This commit is contained in:
Giorgio Marcias 2016-12-06 11:40:50 +01:00
parent ee64908ff7
commit 57f596e971
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ Edited Comments and GPL license
#include <float.h>
#include <math.h>
#include <assert.h>
#include <cmath>
#include <limits>
#include <algorithm>