projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1918820
)
glsl: Include missing headers in slang_compiler_operation.h.
author
Vinson Lee
<vlee@vmware.com>
Sun, 15 Aug 2010 05:43:26 +0000
(22:43 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 15 Aug 2010 05:43:26 +0000
(22:43 -0700)
Include glheader.h for GL symbols.
Include slang_compile_variable.h for slang_variable_scope symbol.
Include slang_utility.h for slang_atom symbol.
src/mesa/slang/slang_compile_operation.h
patch
|
blob
|
history
diff --git
a/src/mesa/slang/slang_compile_operation.h
b/src/mesa/slang/slang_compile_operation.h
index 1f15c1989637aecb1860a2da3d20372b7833ee78..b8c5f214cf028cea725373c91a7b0b03ca2897d8 100644
(file)
--- a/
src/mesa/slang/slang_compile_operation.h
+++ b/
src/mesa/slang/slang_compile_operation.h
@@
-26,6
+26,10
@@
#define SLANG_COMPILE_OPERATION_H
+#include "main/glheader.h"
+#include "slang_compile_variable.h"
+#include "slang_utility.h"
+
/**
* Types of slang operations.
* These are the types of the AST (abstract syntax tree) nodes.