glsl: Include missing header in slang_ir.h.
authorVinson Lee <vlee@vmware.com>
Sun, 15 Aug 2010 08:23:10 +0000 (01:23 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 15 Aug 2010 08:23:10 +0000 (01:23 -0700)
Include prog_instruction.h for gl_inst_opcode symbol.

src/mesa/slang/slang_ir.h

index b7a3737..ce9a6c5 100644 (file)
@@ -37,6 +37,7 @@
 #include "slang_compile.h"
 #include "slang_label.h"
 #include "main/mtypes.h"
+#include "program/prog_instruction.h"
 
 
 /**