diff options
Diffstat (limited to 'source/Interpreter/OptionValueUInt64.cpp')
-rw-r--r-- | source/Interpreter/OptionValueUInt64.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Interpreter/OptionValueUInt64.cpp b/source/Interpreter/OptionValueUInt64.cpp index 8986080bbd22..826c9e5ba887 100644 --- a/source/Interpreter/OptionValueUInt64.cpp +++ b/source/Interpreter/OptionValueUInt64.cpp @@ -14,8 +14,8 @@ // C++ Includes // Other libraries and framework includes // Project includes -#include "lldb/Core/Stream.h" #include "lldb/Host/StringConvert.h" +#include "lldb/Utility/Stream.h" using namespace lldb; using namespace lldb_private; |