From f0dccd957879ff642cfd921dda6e8b04dd35fec4 Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Tue, 2 Mar 2021 20:09:39 +0100 Subject: [PATCH] clover: Add missing include for llvm-12 build fix Fixes: d1eab2b1eb1 ("clover: Fix build with llvm-12.") Signed-off-by: Karol Herbst Reviewed-by: Francisco Jerez Part-of: --- src/gallium/frontends/clover/llvm/compat.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/frontends/clover/llvm/compat.hpp b/src/gallium/frontends/clover/llvm/compat.hpp index d537819f292..380d16a8346 100644 --- a/src/gallium/frontends/clover/llvm/compat.hpp +++ b/src/gallium/frontends/clover/llvm/compat.hpp @@ -49,6 +49,7 @@ #include #include +#include #if LLVM_VERSION_MAJOR >= 10 #include -- 2.31.1