diff options
author | Vinson Lee <vlee@vmware.com> | 2010-08-14 15:16:14 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-08-14 15:16:14 -0700 |
commit | fcd2da4e7a05b0e3bdf975a96ab294ad1d9a36e3 (patch) | |
tree | 9517343f4c33d38a505588b2bd634847da392860 /src/mesa/slang/slang_compile_variable.h | |
parent | 586fbc7286edcddc856cd5a21da14a83a460916d (diff) |
glsl: Include missing headers in slang_compile_variable.h.
Include glheader.h for GL symbols.
Include slang_typeinfo.h for slang_fully_specified_type symbol.
Include slang_utility.h for slang_atom symbol.
Diffstat (limited to 'src/mesa/slang/slang_compile_variable.h')
-rw-r--r-- | src/mesa/slang/slang_compile_variable.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/slang/slang_compile_variable.h b/src/mesa/slang/slang_compile_variable.h index 5c9d248b35..48dc6efca4 100644 --- a/src/mesa/slang/slang_compile_variable.h +++ b/src/mesa/slang/slang_compile_variable.h @@ -26,7 +26,9 @@ #define SLANG_COMPILE_VARIABLE_H -struct slang_ir_storage_; +#include "main/glheader.h" +#include "slang_typeinfo.h" +#include "slang_utility.h" /** |