diff options
Diffstat (limited to 'src/mesa/program/prog_cache.h')
-rw-r--r-- | src/mesa/program/prog_cache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/program/prog_cache.h b/src/mesa/program/prog_cache.h index 4907ae3030e..01673348279 100644 --- a/src/mesa/program/prog_cache.h +++ b/src/mesa/program/prog_cache.h @@ -30,8 +30,9 @@ #define PROG_CACHE_H -#include "main/mtypes.h" +#include "main/glheader.h" +struct gl_context; /** Opaque type */ struct gl_program_cache; |