summaryrefslogtreecommitdiffstats
path: root/lldb/source/DataFormatters/FormattersHelpers.cpp
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2015-10-20 04:50:09 +0000
committerEnrico Granata <egranata@apple.com>2015-10-20 04:50:09 +0000
commitd717cc9f7106a214393e0380645ffe44f70673a8 (patch)
tree27cc78093bb0879a46b475a52b8a49c218ee54c9 /lldb/source/DataFormatters/FormattersHelpers.cpp
parent3add6439d002502b13e57ecf33474dc3af9e1d2a (diff)
downloadbcm5719-llvm-d717cc9f7106a214393e0380645ffe44f70673a8.tar.gz
bcm5719-llvm-d717cc9f7106a214393e0380645ffe44f70673a8.zip
Rationalization of includes in the data formatters code
llvm-svn: 250798
Diffstat (limited to 'lldb/source/DataFormatters/FormattersHelpers.cpp')
-rw-r--r--lldb/source/DataFormatters/FormattersHelpers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/DataFormatters/FormattersHelpers.cpp b/lldb/source/DataFormatters/FormattersHelpers.cpp
index 290fda089f3..900fd32c810 100644
--- a/lldb/source/DataFormatters/FormattersHelpers.cpp
+++ b/lldb/source/DataFormatters/FormattersHelpers.cpp
@@ -19,6 +19,7 @@
#include "lldb/Core/ConstString.h"
#include "lldb/Core/RegularExpression.h"
#include "lldb/Target/StackFrame.h"
+#include "lldb/Target/Target.h"
#include "lldb/Target/Thread.h"
using namespace lldb;
OpenPOWER on IntegriCloud