From a73bf11a63ea93640c26b5701c533b06d3a6f3e9 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 19 Jul 2016 15:05:34 +0000 Subject: [PATCH] clover: Add missing include v2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit clang commit r275822 removed unnecessary includes from header files, so we now need to explicitly include clang/Lex/PreprocessorOptions.h v2: - Use <> instead of "" for the include path. Reviewed-by: Francisco Jerez Reviewed-by: Vedran Miletić --- src/gallium/state_trackers/clover/llvm/invocation.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp b/src/gallium/state_trackers/clover/llvm/invocation.cpp index 4b7de260eb8..43f5e7325b9 100644 --- a/src/gallium/state_trackers/clover/llvm/invocation.cpp +++ b/src/gallium/state_trackers/clover/llvm/invocation.cpp @@ -39,6 +39,7 @@ #include #include +#include #include #include #include -- 2.30.2