projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
640139f
)
glsl: Include missing header in slang_codegen.h.
author
Vinson Lee
<vlee@vmware.com>
Mon, 16 Aug 2010 05:39:51 +0000
(22:39 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 16 Aug 2010 05:39:51 +0000
(22:39 -0700)
Include slang_vartable.h for slang_var_table symbol.
src/mesa/slang/slang_codegen.h
patch
|
blob
|
history
diff --git
a/src/mesa/slang/slang_codegen.h
b/src/mesa/slang/slang_codegen.h
index ff0279bbfed3bd04cddb14cd36c2f03157616d82..376a8cc26470bfaac4e756ef576d35603c7c903b 100644
(file)
--- a/
src/mesa/slang/slang_codegen.h
+++ b/
src/mesa/slang/slang_codegen.h
@@
-32,6
+32,7
@@
#include "slang_compile_variable.h"
#include "slang_typeinfo.h"
#include "slang_utility.h"
+#include "slang_vartable.h"
struct slang_function_;