clover: Add missing include v2
authorTom Stellard <thomas.stellard@amd.com>
Tue, 19 Jul 2016 15:05:34 +0000 (15:05 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 20 Jul 2016 21:15:53 +0000 (21:15 +0000)
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 <currojerez@riseup.net>
Reviewed-by: Vedran Miletić <vedran@miletic.net>
src/gallium/state_trackers/clover/llvm/invocation.cpp

index 4b7de260eb8f3c6e321a59ab3f3340098c8ee2d0..43f5e7325b93173d9ec9dd4f55620face82646dc 100644 (file)
@@ -39,6 +39,7 @@
 #include <llvm-c/Target.h>
 
 #include <clang/CodeGen/CodeGenAction.h>
+#include <clang/Lex/PreprocessorOptions.h>
 #include <clang/Frontend/TextDiagnosticBuffer.h>
 #include <clang/Frontend/TextDiagnosticPrinter.h>
 #include <clang/Basic/TargetInfo.h>