From: Jan Vesely Date: Thu, 13 Apr 2017 16:20:21 +0000 (-0400) Subject: clover: Add missing include to compat header X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d8ffe4d0ce954218461218d0cc7c83d6832f0d98;p=mesa.git clover: Add missing include to compat header Fixes build failure with LLVM 4 Fixes: a981e68c26dc4079a335101da0033185030207f6 (clover: Fix build against clang SVN >= r299965) Signed-off-by: Jan Vesely Reviewed-by: Francisco Jerez --- diff --git a/src/gallium/state_trackers/clover/llvm/compat.hpp b/src/gallium/state_trackers/clover/llvm/compat.hpp index 67d2d0fd546..987680cc3c0 100644 --- a/src/gallium/state_trackers/clover/llvm/compat.hpp +++ b/src/gallium/state_trackers/clover/llvm/compat.hpp @@ -55,6 +55,7 @@ #include #endif +#include #include #include