OSDN Git Service

draw: Add missing includes.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 1 Feb 2010 15:10:51 +0000 (15:10 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 1 Feb 2010 15:10:51 +0000 (15:10 +0000)
src/gallium/auxiliary/draw/draw_vertex.h

index 554f4ac..8c3c7be 100644 (file)
@@ -39,7 +39,9 @@
 #define DRAW_VERTEX_H
 
 
+#include "pipe/p_compiler.h"
 #include "pipe/p_state.h"
+#include "util/u_debug.h"
 
 
 /**