Commit 880bf36c by Brad Davis

Fix Ubuntu 16.10 build

parent 0c968f9d
......@@ -39,6 +39,8 @@
#ifdef _MSC_VER
#include <float.h>
#elif defined __ANDROID__ || defined __linux__ || __MINGW32__ || __MINGW64__
#include <cmath>
#else
#include <math.h>
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment