summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-14 15:16:14 -0700
committerVinson Lee <vlee@vmware.com>2010-08-14 15:16:14 -0700
commitfcd2da4e7a05b0e3bdf975a96ab294ad1d9a36e3 (patch)
tree9517343f4c33d38a505588b2bd634847da392860
parent586fbc7286edcddc856cd5a21da14a83a460916d (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.
-rw-r--r--src/mesa/slang/slang_compile_variable.h4
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 5c9d248b354..48dc6efca4b 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"
/**