diff options
Diffstat (limited to '3rdparty/bgfx/examples/common/entry/entry_x11.cpp')
-rw-r--r-- | 3rdparty/bgfx/examples/common/entry/entry_x11.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/3rdparty/bgfx/examples/common/entry/entry_x11.cpp b/3rdparty/bgfx/examples/common/entry/entry_x11.cpp index 434e7c79a87..05080671258 100644 --- a/3rdparty/bgfx/examples/common/entry/entry_x11.cpp +++ b/3rdparty/bgfx/examples/common/entry/entry_x11.cpp @@ -10,7 +10,8 @@ #define XK_MISCELLANY #define XK_LATIN1 #include <X11/keysymdef.h> -#include <bgfxplatform.h> // will include X11 which #defines None... Don't mess with order of includes. +#include <X11/Xlib.h> // will include X11 which #defines None... Don't mess with order of includes. +#include <bgfxplatform.h> #undef None #include <bx/thread.h> |