diff options
author | Marek Olšák <[email protected]> | 2020-03-25 23:44:59 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-27 21:00:10 +0000 |
commit | 71646745002504302bcef51bdb438abbe66961fc (patch) | |
tree | 6f1aaa9b23d2c378be574922feffd5488c44d0a9 /src/gallium/auxiliary/gallivm | |
parent | 013b65635f1db45650809d8d802436c1e9d009e3 (diff) |
util: don't include p_defines.h and u_pointer.h from gallium
It's a mess, but this is what I arrived at.
Reviewed-by: Timothy Arceri <[email protected]
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4324>
Diffstat (limited to 'src/gallium/auxiliary/gallivm')
-rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_arit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_arit.h b/src/gallium/auxiliary/gallivm/lp_bld_arit.h index f5b2800a2cf..862f8f6acda 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_arit.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_arit.h @@ -38,6 +38,7 @@ #include "gallivm/lp_bld.h" +#include "pipe/p_compiler.h" struct lp_type; |