summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-01-09 19:08:56 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-01-09 21:35:09 +0000
commit7844b4e730604e613a88f536c4aeee5c02d300fd (patch)
treeca7dc46a29c6d01e0968cf11a11038f59ba2be3d
parent834c93687f4dcdba31725dca1fe238e62ac91f8d (diff)
draw: Add missing include.
-rw-r--r--src/gallium/auxiliary/draw/draw_vbuf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vbuf.h b/src/gallium/auxiliary/draw/draw_vbuf.h
index 7e1df88f0b8..a1c4c14445b 100644
--- a/src/gallium/auxiliary/draw/draw_vbuf.h
+++ b/src/gallium/auxiliary/draw/draw_vbuf.h
@@ -37,6 +37,8 @@
#define DRAW_VBUF_H_
+#include "pipe/p_compiler.h"
+
struct pipe_rasterizer_state;
struct draw_context;