From: Puyan Lotfi Date: Thu, 5 Jun 2014 04:29:21 +0000 (+0000) Subject: Changing this line of code back to the way it was before Alp's config.h clean up... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eafbf517b3cbdb05746652bff9f42b425cde44c2;p=clang Changing this line of code back to the way it was before Alp's config.h clean up changes. I've already spoken to Alp and he signed off on making this one change, so that our buildbots go green in the short term. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210238 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Basic/Version.cpp b/lib/Basic/Version.cpp index 7973c5dd61..ae32c01139 100644 --- a/lib/Basic/Version.cpp +++ b/lib/Basic/Version.cpp @@ -13,6 +13,7 @@ #include "clang/Basic/Version.h" #include "clang/Basic/LLVM.h" +#include "llvm/Config/config.h" #include "llvm/Support/raw_ostream.h" #include #include