mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-12 18:10:14 +01:00
cefclient: linux: Add missing math.h include (see #3187)
This commit is contained in:
parent
2f1e782f62
commit
47fe9f834a
@ -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…
x
Reference in New Issue
Block a user