Merge pull request #331 from jherico/jherico-patch-1
Build: Fix Ubuntu 16.10 build
This commit is contained in:
commit
95d85ce0ca
@ -39,6 +39,8 @@
|
|||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
#elif defined __ANDROID__ || defined __linux__ || __MINGW32__ || __MINGW64__
|
||||||
|
#include <cmath>
|
||||||
#else
|
#else
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user