Fix Ubuntu 16.10 build
This commit is contained in:
parent
0c968f9d0e
commit
880bf36cac
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,8 @@
|
|||
|
||||
#ifdef _MSC_VER
|
||||
#include <float.h>
|
||||
#elif defined __ANDROID__ || defined __linux__ || __MINGW32__ || __MINGW64__
|
||||
#include <cmath>
|
||||
#else
|
||||
#include <math.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue