From: Jan Vesely Date: Sun, 17 Sep 2017 02:05:39 +0000 (-0400) Subject: clover: add missing include to compat.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=30741187c1c1a33690a08e56b9e4afd158d8d432;p=mesa.git clover: add missing include to compat.h Fixes build issues with llvm-3.6 Fixes: 3115687f9b9830417c408228db2bc679e346bba6 (clover: Fix build after LLVM r313390) Signed-off-by: Jan Vesely Tested-by: Gert Wollny Reviewed-by: Eric Engestrom --- diff --git a/src/gallium/state_trackers/clover/llvm/compat.hpp b/src/gallium/state_trackers/clover/llvm/compat.hpp index 23b111d7104..f8b56516d5c 100644 --- a/src/gallium/state_trackers/clover/llvm/compat.hpp +++ b/src/gallium/state_trackers/clover/llvm/compat.hpp @@ -36,6 +36,7 @@ #include "util/algorithm.hpp" +#include #include #include #include