diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-11-09 05:43:53 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-11-09 05:43:53 +0000 |
commit | ae674f3148d19f7f8c1c61264462904ced8506e1 (patch) | |
tree | 557e61e39488d8f4fa4c931ca484c2384fbc12a9 /clang/lib/Lex | |
parent | d1ea3f0d29dd9e18c42d17ef281c744b5bea6b92 (diff) | |
download | bcm5719-llvm-ae674f3148d19f7f8c1c61264462904ced8506e1.tar.gz bcm5719-llvm-ae674f3148d19f7f8c1c61264462904ced8506e1.zip |
Appeasing MSVC, take 3
llvm-svn: 118493
Diffstat (limited to 'clang/lib/Lex')
-rw-r--r-- | clang/lib/Lex/PPMacroExpansion.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Lex/PPMacroExpansion.cpp b/clang/lib/Lex/PPMacroExpansion.cpp index c3bcab2af27..6a32faddd76 100644 --- a/clang/lib/Lex/PPMacroExpansion.cpp +++ b/clang/lib/Lex/PPMacroExpansion.cpp @@ -22,6 +22,7 @@ #include "clang/Lex/CodeCompletionHandler.h" #include "clang/Lex/ExternalPreprocessorSource.h" #include "llvm/ADT/StringSwitch.h" +#include "llvm/Config/config.h" #include "llvm/Support/raw_ostream.h" #include <cstdio> #include <ctime> |