aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin P. Neal <kevin.neal@sas.com>2018-08-14 16:56:25 +0000
committerKevin P. Neal <kevin.neal@sas.com>2018-08-14 16:56:25 +0000
commit5eb74bdafe35d0781a075c4fae1c59dd6f56a0c7 (patch)
tree15322080935f5eb342339dbe53d6a512cd71d7ff
parent25ede4e0de367031e367f8e330d20d107dcc138c (diff)
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@339690 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Parse/ParseAST.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Parse/ParseAST.cpp b/lib/Parse/ParseAST.cpp
index e71b5a9d1e..57ab077814 100644
--- a/lib/Parse/ParseAST.cpp
+++ b/lib/Parse/ParseAST.cpp
@@ -26,6 +26,7 @@
#include <cstdio>
#include <memory>
+
using namespace clang;
namespace {