diff options
Diffstat (limited to 'mesalib/src/mesa/main/debug.h')
-rw-r--r-- | mesalib/src/mesa/main/debug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/debug.h b/mesalib/src/mesa/main/debug.h index 0449cb179..b517cc825 100644 --- a/mesalib/src/mesa/main/debug.h +++ b/mesalib/src/mesa/main/debug.h @@ -36,6 +36,9 @@ #ifndef _DEBUG_H #define _DEBUG_H +#include "glheader.h" +#include "mtypes.h" + #if _HAVE_FULL_GL extern void _mesa_print_tri_caps( const char *name, GLuint flags ); |