cefclient: linux: Add missing math.h include (see #3187)
This commit is contained in:
parent
9cfc2240ce
commit
88ff72fbfe
|
@ -9,6 +9,8 @@
|
|||
#define GL_GLEXT_PROTOTYPES
|
||||
#endif
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#if defined(OS_WIN)
|
||||
#include <gl/gl.h>
|
||||
#elif defined(OS_MAC)
|
||||
|
|
Loading…
Reference in New Issue