Merge pull request #710 from bbannier/fix_compilation

Include cmath for std::fabs
This commit is contained in:
orbitcowboy 2015-11-25 10:48:33 +01:00
commit f6b19519cb
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include "checkfunctions.h"
#include "symboldatabase.h"
#include <cmath>
//---------------------------------------------------------------------------