Module: Mesa Branch: master Commit: d8ffe4d0ce954218461218d0cc7c83d6832f0d98 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8ffe4d0ce954218461218d0cc7c83d6832f0d98
Author: Jan Vesely <jan.ves...@rutgers.edu> Date: Thu Apr 13 12:20:21 2017 -0400 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 <jan.ves...@rutgers.edu> Reviewed-by: Francisco Jerez <curroje...@riseup.net> --- src/gallium/state_trackers/clover/llvm/compat.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/state_trackers/clover/llvm/compat.hpp b/src/gallium/state_trackers/clover/llvm/compat.hpp index 67d2d0fd54..987680cc3c 100644 --- a/src/gallium/state_trackers/clover/llvm/compat.hpp +++ b/src/gallium/state_trackers/clover/llvm/compat.hpp @@ -55,6 +55,7 @@ #include <llvm/Support/FormattedStream.h> #endif +#include <clang/Basic/TargetInfo.h> #include <clang/Frontend/CodeGenOptions.h> #include <clang/Frontend/CompilerInstance.h> _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-commit