Mesa (master): draw: Add missing includes.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Feb 3 19:37:03 UTC 2010


Module: Mesa
Branch: master
Commit: 06f198285dd1de8aa122a33413f01b573d47b8b6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=06f198285dd1de8aa122a33413f01b573d47b8b6

Author: José Fonseca <jfonseca at vmware.com>
Date:   Mon Feb  1 15:10:51 2010 +0000

draw: Add missing includes.

---

 src/gallium/auxiliary/draw/draw_vertex.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/draw/draw_vertex.h b/src/gallium/auxiliary/draw/draw_vertex.h
index 554f4ac..8c3c7be 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"
 
 
 /**




More information about the mesa-commit mailing list