glsl: Include missing header in slang_compile_operation.h.
authorVinson Lee <vlee@vmware.com>
Mon, 16 Aug 2010 05:38:23 +0000 (22:38 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 16 Aug 2010 05:38:23 +0000 (22:38 -0700)
Include compiler.h for INLINE symbol.

src/mesa/slang/slang_compile_operation.h

index b8c5f214cf028cea725373c91a7b0b03ca2897d8..b32573e0224dc8f68c2580e217614551da2d2bba 100644 (file)
@@ -26,6 +26,7 @@
 #define SLANG_COMPILE_OPERATION_H
 
 
+#include "main/compiler.h"
 #include "main/glheader.h"
 #include "slang_compile_variable.h"
 #include "slang_utility.h"