diff options
author | Vinson Lee <[email protected]> | 2010-08-11 00:35:34 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-11 00:35:34 -0700 |
commit | 2a5bf7b4d269d4232367747c9484b7c182db3a24 (patch) | |
tree | 5ba149002658b10b490e9da533070cbb1a62a544 /src/mesa/program/prog_cache.h | |
parent | 1c5a077e1b6bbf612500e1745866aa91ea161286 (diff) |
mesa: Include missing header in prog_cache.h.
Include mtypes.h for GLcontext symbol.
Diffstat (limited to 'src/mesa/program/prog_cache.h')
-rw-r--r-- | src/mesa/program/prog_cache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/program/prog_cache.h b/src/mesa/program/prog_cache.h index 4e1ccac03ff..bfe8f99d445 100644 --- a/src/mesa/program/prog_cache.h +++ b/src/mesa/program/prog_cache.h @@ -30,6 +30,9 @@ #define PROG_CACHE_H +#include "main/mtypes.h" + + /** Opaque type */ struct gl_program_cache; |