summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2013-04-03 20:32:17 +0000
committerJason Molenda <jmolenda@apple.com>2013-04-03 20:32:17 +0000
commitc01e1b72ad014514c91a9817132d8f64222b6f4a (patch)
tree8a071a50c1f4d865a3a57f6ba6c003e053da5446
parentea48b6dcd0a65d22e2bd05be6e3e99a9a12f8809 (diff)
downloadbcm5719-llvm-c01e1b72ad014514c91a9817132d8f64222b6f4a.tar.gz
bcm5719-llvm-c01e1b72ad014514c91a9817132d8f64222b6f4a.zip
#include clang's AST/DeclCXX.h to pick up CXXRecordDecl definition,
needed for some versions of clang. llvm-svn: 178692
-rw-r--r--lldb/source/DataFormatters/NSDictionary.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/source/DataFormatters/NSDictionary.cpp b/lldb/source/DataFormatters/NSDictionary.cpp
index bcc3e0c471c..54d6652c1fc 100644
--- a/lldb/source/DataFormatters/NSDictionary.cpp
+++ b/lldb/source/DataFormatters/NSDictionary.cpp
@@ -21,6 +21,8 @@
#include "lldb/Target/ObjCLanguageRuntime.h"
#include "lldb/Target/Target.h"
+#include "clang/AST/DeclCXX.h"
+
using namespace lldb;
using namespace lldb_private;
using namespace lldb_private::formatters;
OpenPOWER on IntegriCloud