cefclient: linux: Add missing math.h include (see #3187)

This commit is contained in:
Marshall Greenblatt 2024-01-30 10:15:45 -05:00
parent 9cfc2240ce
commit 88ff72fbfe
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#define GL_GLEXT_PROTOTYPES
#endif
#include <math.h>
#if defined(OS_WIN)
#include <gl/gl.h>
#elif defined(OS_MAC)