summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_vertex.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-02-01 15:10:51 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-02-01 15:10:51 +0000
commit06f198285dd1de8aa122a33413f01b573d47b8b6 (patch)
tree9ecbad7ece7fdf81fa7bc3081436ce0655b0e0be /src/gallium/auxiliary/draw/draw_vertex.h
parent7827bc73c79a506937b20ae834c89273bfb92c12 (diff)
draw: Add missing includes.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_vertex.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_vertex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vertex.h b/src/gallium/auxiliary/draw/draw_vertex.h
index 554f4ac3c1..8c3c7befbc 100644
--- 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"
/**