projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
586fbc7
)
glsl: Include missing headers in slang_compile_variable.h.
author
Vinson Lee
<vlee@vmware.com>
Sat, 14 Aug 2010 22:16:14 +0000
(15:16 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 14 Aug 2010 22:16:14 +0000
(15:16 -0700)
Include glheader.h for GL symbols.
Include slang_typeinfo.h for slang_fully_specified_type symbol.
Include slang_utility.h for slang_atom symbol.
src/mesa/slang/slang_compile_variable.h
patch
|
blob
|
history
diff --git
a/src/mesa/slang/slang_compile_variable.h
b/src/mesa/slang/slang_compile_variable.h
index 5c9d248b35461ee51eec6542c1e79eef5c89c6b9..48dc6efca4b997d5d5354cfb4c27a1b0df084491 100644
(file)
--- 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"
/**