diff options
author | José Fonseca <[email protected]> | 2009-01-09 19:08:56 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-01-09 21:35:09 +0000 |
commit | 7844b4e730604e613a88f536c4aeee5c02d300fd (patch) | |
tree | ca7dc46a29c6d01e0968cf11a11038f59ba2be3d /src/gallium | |
parent | 834c93687f4dcdba31725dca1fe238e62ac91f8d (diff) |
draw: Add missing include.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_vbuf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vbuf.h b/src/gallium/auxiliary/draw/draw_vbuf.h index 7e1df88f0b8..a1c4c14445b 100644 --- a/src/gallium/auxiliary/draw/draw_vbuf.h +++ b/src/gallium/auxiliary/draw/draw_vbuf.h @@ -37,6 +37,8 @@ #define DRAW_VBUF_H_ +#include "pipe/p_compiler.h" + struct pipe_rasterizer_state; struct draw_context; |