diff options
author | Vinson Lee <[email protected]> | 2010-08-28 21:46:41 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-28 21:46:41 -0700 |
commit | b812ff8f9e5c9d292c0fb9518df1d35165542556 (patch) | |
tree | 88d5885996f5dcbf416aca8c2956c5ed080cc7b0 | |
parent | 1f3e6e9726e3b41f4deeacbb34b9e23c5b3d6f76 (diff) |
util: Include missing header in u_draw.h.
Include p_state.h for complete type to pipe_draw_info.
-rw-r--r-- | src/gallium/auxiliary/util/u_draw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_draw.h b/src/gallium/auxiliary/util/u_draw.h index 2a91ea0f9ae..f06d09ef91d 100644 --- a/src/gallium/auxiliary/util/u_draw.h +++ b/src/gallium/auxiliary/util/u_draw.h @@ -31,6 +31,7 @@ #include "pipe/p_compiler.h" #include "pipe/p_context.h" +#include "pipe/p_state.h" static INLINE void |