From: José Fonseca Date: Mon, 1 Feb 2010 15:10:51 +0000 (+0000) Subject: draw: Add missing includes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06f198285dd1de8aa122a33413f01b573d47b8b6;p=mesa.git draw: Add missing includes. --- diff --git a/src/gallium/auxiliary/draw/draw_vertex.h b/src/gallium/auxiliary/draw/draw_vertex.h index 554f4ac3c18..8c3c7befbc7 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" /**