summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-14 22:43:26 -0700
committerVinson Lee <vlee@vmware.com>2010-08-14 22:43:26 -0700
commit9bfbfd55afb42ea54621c8fae99a71db81a7332c (patch)
treeadc9953e1de8614fbacf4f5b165043ee0c73335b
parent1918820d2e1cabc61775a75830aa297323f0d7db (diff)
glsl: Include missing headers in slang_compiler_operation.h.
Include glheader.h for GL symbols. Include slang_compile_variable.h for slang_variable_scope symbol. Include slang_utility.h for slang_atom symbol.
-rw-r--r--src/mesa/slang/slang_compile_operation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/slang/slang_compile_operation.h b/src/mesa/slang/slang_compile_operation.h
index 1f15c198963..b8c5f214cf0 100644
--- 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.