Merge pull request #710 from bbannier/fix_compilation
Include cmath for std::fabs
This commit is contained in:
commit
f6b19519cb
|
@ -22,6 +22,7 @@
|
||||||
|
|
||||||
#include "checkfunctions.h"
|
#include "checkfunctions.h"
|
||||||
#include "symboldatabase.h"
|
#include "symboldatabase.h"
|
||||||
|
#include <cmath>
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue