From 06f198285dd1de8aa122a33413f01b573d47b8b6 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Mon, 1 Feb 2010 15:10:51 +0000 Subject: draw: Add missing includes. --- src/gallium/auxiliary/draw/draw_vertex.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/auxiliary') 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" /** -- cgit v1.2.3