diff options
author | Vinson Lee <[email protected]> | 2011-01-04 01:08:47 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-01-04 01:08:47 -0800 |
commit | 90b7a4cc1a9ec6560fba337fb86be2a574498acb (patch) | |
tree | f55723873a970874552e4307895c37a0535a4487 /src/gallium/drivers/llvmpipe | |
parent | f67dad7b8248a35fa1344db7619be2970fa1e6e6 (diff) |
llvmpipe: Include p_compiler.h in lp_scene_queue.h.
Include p_compiler.h for boolean symbol.
Diffstat (limited to 'src/gallium/drivers/llvmpipe')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_scene_queue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_scene_queue.h b/src/gallium/drivers/llvmpipe/lp_scene_queue.h index fd7c65a2c8b..dd9ab593b4a 100644 --- a/src/gallium/drivers/llvmpipe/lp_scene_queue.h +++ b/src/gallium/drivers/llvmpipe/lp_scene_queue.h @@ -29,6 +29,8 @@ #ifndef LP_SCENE_QUEUE #define LP_SCENE_QUEUE +#include "pipe/p_compiler.h" + struct lp_scene_queue; struct lp_scene; |