OSDN Git Service

mesa: Add missing header to shaderobj.h.
authorVinson Lee <vlee@vmware.com>
Fri, 15 Oct 2010 13:12:26 +0000 (06:12 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 15 Oct 2010 13:13:18 +0000 (06:13 -0700)
Include compiler.h for ASSERT symbol.

src/mesa/main/shaderobj.h

index cf1b4c2..5ea8ddc 100644 (file)
@@ -27,6 +27,7 @@
 #define SHADEROBJ_H
 
 
+#include "main/compiler.h"
 #include "main/glheader.h"
 #include "main/mtypes.h"
 #include "program/ir_to_mesa.h"