diff --git a/panda/src/egldisplay/eglGraphicsPipe.h b/panda/src/egldisplay/eglGraphicsPipe.h index 4927736d7e..fd15c88be8 100644 --- a/panda/src/egldisplay/eglGraphicsPipe.h +++ b/panda/src/egldisplay/eglGraphicsPipe.h @@ -24,13 +24,17 @@ #ifdef OPENGLES_2 #include "gles2gsg.h" + #include "pre_x11_include.h" #include + #include "post_x11_include.h" #define NativeDisplayType EGLNativeDisplayType #define NativePixmapType EGLNativePixmapType #define NativeWindowType EGLNativeWindowType #else #include "glesgsg.h" + #include "pre_x11_include.h" #include + #include "post_x11_include.h" #endif class FrameBufferProperties;