Commit 95d85ce0 by John Kessenich

Merge pull request #331 from jherico/jherico-patch-1

Build: Fix Ubuntu 16.10 build
parents 71d55c09 880bf36c
......@@ -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