summaryrefslogtreecommitdiffstats
path: root/tools/CIndex/CIndexInclusionStack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/CIndex/CIndexInclusionStack.cpp')
-rw-r--r--tools/CIndex/CIndexInclusionStack.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/CIndex/CIndexInclusionStack.cpp b/tools/CIndex/CIndexInclusionStack.cpp
index 4a884e5..e863239 100644
--- a/tools/CIndex/CIndexInclusionStack.cpp
+++ b/tools/CIndex/CIndexInclusionStack.cpp
@@ -15,8 +15,10 @@
#include "CIndexer.h"
#include "CXSourceLocation.h"
#include "clang/AST/DeclVisitor.h"
+#include "clang/Frontend/ASTUnit.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/raw_ostream.h"
+using namespace clang;
extern "C" {
void clang_getInclusions(CXTranslationUnit TU, CXInclusionVisitor CB,
OpenPOWER on IntegriCloud