projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7827bc7
)
draw: Add missing includes.
author
José Fonseca
<jfonseca@vmware.com>
Mon, 1 Feb 2010 15:10:51 +0000
(15:10 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Mon, 1 Feb 2010 15:10:51 +0000
(15:10 +0000)
src/gallium/auxiliary/draw/draw_vertex.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_vertex.h
b/src/gallium/auxiliary/draw/draw_vertex.h
index 554f4ac3c18eb81ef764dbb600d1e3df1b8abc6f..8c3c7befbc76795d3030637092e35df99245ec41 100644
(file)
--- a/
src/gallium/auxiliary/draw/draw_vertex.h
+++ b/
src/gallium/auxiliary/draw/draw_vertex.h
@@
-39,7
+39,9
@@
#define DRAW_VERTEX_H
+#include "pipe/p_compiler.h"
#include "pipe/p_state.h"
+#include "util/u_debug.h"
/**