projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39185ef
)
mesa: Add missing header to shaderobj.h.
author
Vinson Lee
<vlee@vmware.com>
Fri, 15 Oct 2010 13:12:26 +0000
(06:12 -0700)
committer
Vinson 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
patch
|
blob
|
history
diff --git
a/src/mesa/main/shaderobj.h
b/src/mesa/main/shaderobj.h
index cf1b4c27bd51d45347fe52d09c43788f5a2a10ad..5ea8ddc88d0710b790182f86c55a988b533b1a4f 100644
(file)
--- a/
src/mesa/main/shaderobj.h
+++ b/
src/mesa/main/shaderobj.h
@@
-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"