diff options
Diffstat (limited to 'lldb/source/Core/Baton.cpp')
-rw-r--r-- | lldb/source/Core/Baton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Baton.cpp b/lldb/source/Core/Baton.cpp index 998a5dffca9..db1027af1e6 100644 --- a/lldb/source/Core/Baton.cpp +++ b/lldb/source/Core/Baton.cpp @@ -13,7 +13,7 @@ // C++ Includes // Other libraries and framework includes // Project includes -#include "lldb/Core/Stream.h" +#include "lldb/Utility/Stream.h" using namespace lldb; using namespace lldb_private; |