diff options
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_passmgr.h')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_passmgr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_passmgr.h b/src/gallium/auxiliary/gallivm/lp_bld_passmgr.h index 4ebf6149117..e4b3857b916 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_passmgr.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_passmgr.h @@ -28,7 +28,8 @@ #ifndef LP_BLD_PASSMGR_H #define LP_BLD_PASSMGR_H -#include "lp_bld.h" +#include <stdbool.h> + #include <llvm-c/ExecutionEngine.h> #ifdef __cplusplus |