summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CLog.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-19 08:09:44 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-19 08:09:44 +0000
commit4b41745e0556087fe22a2a6f17de92d95199f701 (patch)
tree9422e55fca46c86ce74a4a64e738405acfd01477 /clang/tools/libclang/CLog.h
parent1fe21fc0b5dfb42b0c8909a51251c8f900058af4 (diff)
downloadbcm5719-llvm-4b41745e0556087fe22a2a6f17de92d95199f701.tar.gz
bcm5719-llvm-4b41745e0556087fe22a2a6f17de92d95199f701.zip
Re-sort all the headers. Lots of regressions have crept in here.
Manually fix the order of UnwrappedLineParser.cpp as that one didn't have its associated header as the first header. This also uncovered a subtle inclusion order dependency as CLog.h didn't include LLVM.h to pick up using declarations it relied upon. llvm-svn: 172892
Diffstat (limited to 'clang/tools/libclang/CLog.h')
-rw-r--r--clang/tools/libclang/CLog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/tools/libclang/CLog.h b/clang/tools/libclang/CLog.h
index c3dcb577939..3ac40d56e7f 100644
--- a/clang/tools/libclang/CLog.h
+++ b/clang/tools/libclang/CLog.h
@@ -10,6 +10,7 @@
#ifndef LLVM_LIBCLANG_CLOG_H
#define LLVM_LIBCLANG_CLOG_H
+#include "clang/Basic/LLVM.h"
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
OpenPOWER on IntegriCloud