diff options
| author | Enrico Granata <egranata@apple.com> | 2015-10-20 04:50:09 +0000 |
|---|---|---|
| committer | Enrico Granata <egranata@apple.com> | 2015-10-20 04:50:09 +0000 |
| commit | d717cc9f7106a214393e0380645ffe44f70673a8 (patch) | |
| tree | 27cc78093bb0879a46b475a52b8a49c218ee54c9 /lldb/source/API | |
| parent | 3add6439d002502b13e57ecf33474dc3af9e1d2a (diff) | |
| download | bcm5719-llvm-d717cc9f7106a214393e0380645ffe44f70673a8.tar.gz bcm5719-llvm-d717cc9f7106a214393e0380645ffe44f70673a8.zip | |
Rationalization of includes in the data formatters code
llvm-svn: 250798
Diffstat (limited to 'lldb/source/API')
| -rw-r--r-- | lldb/source/API/SBDebugger.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/API/SBDebugger.cpp b/lldb/source/API/SBDebugger.cpp index 042e9c69cab..fca43d6682e 100644 --- a/lldb/source/API/SBDebugger.cpp +++ b/lldb/source/API/SBDebugger.cpp @@ -43,6 +43,7 @@ #include "lldb/Target/Process.h" #include "lldb/Target/TargetList.h" +#include "llvm/ADT/STLExtras.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/DynamicLibrary.h" |

