summaryrefslogtreecommitdiff
path: root/src/mesa/program
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-09-14 17:54:46 -0700
committerVinson Lee <vlee@vmware.com>2010-09-14 17:54:46 -0700
commitfd7f70af4897e4e31b11562eb1c473f0ee00fce5 (patch)
treeeed2162c64110b89ce4741e7c72da5eff39fa6e7 /src/mesa/program
parent6a8a5061580f41185cf0fb4cae89e78d67810b7b (diff)
mesa: Include missing header in program.h.
Include compiler.h for ASSERT symbol.
Diffstat (limited to 'src/mesa/program')
-rw-r--r--src/mesa/program/program.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/program/program.h b/src/mesa/program/program.h
index f8f3798086..03b1066f32 100644
--- a/src/mesa/program/program.h
+++ b/src/mesa/program/program.h
@@ -40,6 +40,7 @@
#ifndef PROGRAM_H
#define PROGRAM_H
+#include "main/compiler.h"
#include "main/mtypes.h"