mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-17 20:50:42 +01:00
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
|
#define GL_GLEXT_PROTOTYPES
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
#if defined(OS_WIN)
|
#if defined(OS_WIN)
|
||||||
#include <gl/gl.h>
|
#include <gl/gl.h>
|
||||||
#elif defined(OS_MAC)
|
#elif defined(OS_MAC)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user