]> granicus.if.org Git - clang/commitdiff
Changing this line of code back to the way it was before Alp's config.h clean up...
authorPuyan Lotfi <puyan@puyan.org>
Thu, 5 Jun 2014 04:29:21 +0000 (04:29 +0000)
committerPuyan Lotfi <puyan@puyan.org>
Thu, 5 Jun 2014 04:29:21 +0000 (04:29 +0000)
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

lib/Basic/Version.cpp

index 7973c5dd619818aad9f5a5c8d3755d286ef05d93..ae32c011396d0877246ce56073f5abab9e79b9ba 100644 (file)
@@ -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 <cstdlib>
 #include <cstring>