]> granicus.if.org Git - clang/commitdiff
Appeasing MSVC, take 3
authorDouglas Gregor <dgregor@apple.com>
Tue, 9 Nov 2010 05:43:53 +0000 (05:43 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 9 Nov 2010 05:43:53 +0000 (05:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118493 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/DocumentXML.cpp
lib/Lex/PPMacroExpansion.cpp

index 9ed10c8b4e89a620cd9e7f6a617f0c2559cfd3a9..2f7e995b208f900ec338fbcb0682f540315d5857 100644 (file)
@@ -17,6 +17,7 @@
 #include "clang/AST/ASTContext.h"
 #include "clang/Basic/SourceManager.h"
 #include "llvm/ADT/StringExtras.h"
+#include "llvm/Config/config.h"
 #include <cstdio>
 
 namespace clang {
index c3bcab2af27b222f5bc7b38f58224ab050ea7ed6..6a32faddd76a8e69df8d7691106459b960b50917 100644 (file)
@@ -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>