OSDN Git Service

mesa: Include missing header in program.h.
authorVinson Lee <vlee@vmware.com>
Wed, 15 Sep 2010 00:54:46 +0000 (17:54 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 15 Sep 2010 00:54:46 +0000 (17:54 -0700)
Include compiler.h for ASSERT symbol.

src/mesa/program/program.h

index f8f3798..03b1066 100644 (file)
@@ -40,6 +40,7 @@
 #ifndef PROGRAM_H
 #define PROGRAM_H
 
+#include "main/compiler.h"
 #include "main/mtypes.h"