diff options
author | José Fonseca <[email protected]> | 2010-02-01 15:10:51 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-01 15:10:51 +0000 |
commit | 06f198285dd1de8aa122a33413f01b573d47b8b6 (patch) | |
tree | 9ecbad7ece7fdf81fa7bc3081436ce0655b0e0be | |
parent | 7827bc73c79a506937b20ae834c89273bfb92c12 (diff) |
draw: Add missing includes.
-rw-r--r-- | 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 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" /** |