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 cf1b4c27bd51d45347fe52d09c43788f5a2a10ad..5ea8ddc88d0710b790182f86c55a988b533b1a4f 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"