projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a8a506
)
mesa: Include missing header in program.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 15 Sep 2010 00:54:46 +0000
(17:54 -0700)
committer
Vinson 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
patch
|
blob
|
history
diff --git
a/src/mesa/program/program.h
b/src/mesa/program/program.h
index f8f3798086344958e2777e150aa496aef6df43ea..03b1066f3263fceec76e607d457195b151b61161 100644
(file)
--- 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"