fix to include cmath

this fixes commit#6dca1d3a6d64f6b55d5545fd209acc0f81aab9ec
in OSX, need to include cmath to use std::abs
This commit is contained in:
Keisuke Ogaki 2016-04-13 19:25:54 +09:00
parent 791cd10a98
commit e76b224937
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -20,3 +20,4 @@ Debug Library/
Release/ Release/
Release Library/ Release Library/
ipch/ ipch/
.idea

View file

@ -8,6 +8,7 @@
#include <QDialog> #include <QDialog>
#include <set> #include <set>
#include <cmath>
#undef DVAPI #undef DVAPI
#undef DVVAR #undef DVVAR