summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic
diff options
context:
space:
mode:
authorPuyan Lotfi <puyan@puyan.org>2014-06-05 04:29:21 +0000
committerPuyan Lotfi <puyan@puyan.org>2014-06-05 04:29:21 +0000
commit54741fe603e52b1a8cfe7f577194781c2a9b3632 (patch)
treec3e633d0c4acb9cdb3ae50c589076e27e6e0079f /clang/lib/Basic
parent72c3aa39b75827105719ef2847270c3898e302f7 (diff)
downloadbcm5719-llvm-54741fe603e52b1a8cfe7f577194781c2a9b3632.tar.gz
bcm5719-llvm-54741fe603e52b1a8cfe7f577194781c2a9b3632.zip
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. llvm-svn: 210238
Diffstat (limited to 'clang/lib/Basic')
-rw-r--r--clang/lib/Basic/Version.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Basic/Version.cpp b/clang/lib/Basic/Version.cpp
index 7973c5dd619..ae32c011396 100644
--- a/clang/lib/Basic/Version.cpp
+++ b/clang/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 <cstdlib>
#include <cstring>
OpenPOWER on IntegriCloud