diff options
Diffstat (limited to 'source/Target/SectionLoadHistory.cpp')
| -rw-r--r-- | source/Target/SectionLoadHistory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Target/SectionLoadHistory.cpp b/source/Target/SectionLoadHistory.cpp index 49a7cef8e39d..740f48bc829c 100644 --- a/source/Target/SectionLoadHistory.cpp +++ b/source/Target/SectionLoadHistory.cpp @@ -13,8 +13,8 @@ // C++ Includes // Other libraries and framework includes // Project includes -#include "lldb/Core/Stream.h" #include "lldb/Target/SectionLoadList.h" +#include "lldb/Utility/Stream.h" using namespace lldb; using namespace lldb_private; |
