aboutsummaryrefslogtreecommitdiff
path: root/source/Interpreter/OptionValueSInt64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Interpreter/OptionValueSInt64.cpp')
-rw-r--r--source/Interpreter/OptionValueSInt64.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Interpreter/OptionValueSInt64.cpp b/source/Interpreter/OptionValueSInt64.cpp
index 3f3844ae402a..3bdbfb9e2fae 100644
--- a/source/Interpreter/OptionValueSInt64.cpp
+++ b/source/Interpreter/OptionValueSInt64.cpp
@@ -13,8 +13,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;