OSDN Git Service

draw: Add missing include.
authorJosé Fonseca <jfonseca@vmware.com>
Fri, 9 Jan 2009 19:08:56 +0000 (19:08 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 9 Jan 2009 21:35:09 +0000 (21:35 +0000)
src/gallium/auxiliary/draw/draw_vbuf.h

index 7e1df88..a1c4c14 100644 (file)
@@ -37,6 +37,8 @@
 #define DRAW_VBUF_H_
 
 
+#include "pipe/p_compiler.h"
+
 
 struct pipe_rasterizer_state;
 struct draw_context;