diff options
Diffstat (limited to 'src/mesa/slang/slang_compile_operation.h')
-rw-r--r-- | src/mesa/slang/slang_compile_operation.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mesa/slang/slang_compile_operation.h b/src/mesa/slang/slang_compile_operation.h index 1f15c19896..b32573e022 100644 --- a/src/mesa/slang/slang_compile_operation.h +++ b/src/mesa/slang/slang_compile_operation.h @@ -26,6 +26,11 @@ #define SLANG_COMPILE_OPERATION_H +#include "main/compiler.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. |