r600g: add POW instruction
[mesa.git] / src / mesa / slang / slang_compile_operation.h
index 1f15c1989637aecb1860a2da3d20372b7833ee78..b32573e0224dc8f68c2580e217614551da2d2bba 100644 (file)
 #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.