diff options
| author | spencer-lunarg <spencer@lunarg.com> | 2025-11-02 20:48:45 -0500 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-11-06 22:39:33 +0000 |
| commit | 41c700fdbf1d79dfb571105ee93bfa46da6c8428 (patch) | |
| tree | d0b73c8ddc9270d42bd66df652762bd97c8d77ce /src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h | |
| parent | 171581aeae1add828359c2d87fda72023bb4d641 (diff) | |
Signed-off-by: spencer-lunarg <spencer@lunarg.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38202>
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h b/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h index 3f9ee9cf670..004aa4956cf 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h +++ b/src/gallium/auxiliary/gallivm/lp_bld_sample_aos.h @@ -36,9 +36,9 @@ #ifndef LP_BLD_SAMPLE_AOS_H #define LP_BLD_SAMPLE_AOS_H +#include <llvm-c/Core.h> -#include "lp_bld_sample.h" - +struct lp_build_sample_context; void lp_build_sample_aos(struct lp_build_sample_context *bld, |