summaryrefslogtreecommitdiff
path: root/src/mongo/util/text.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/text.cpp')
-rw-r--r--src/mongo/util/text.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/util/text.cpp b/src/mongo/util/text.cpp
index 67340215814..df084ac1bae 100644
--- a/src/mongo/util/text.cpp
+++ b/src/mongo/util/text.cpp
@@ -43,7 +43,7 @@
#include "mongo/platform/basic.h"
#include "mongo/util/allocator.h"
-#include "mongo/util/mongoutils/str.h"
+#include "mongo/util/str.h"
namespace mongo {
@@ -173,7 +173,7 @@ std::string toUtf8String(const std::wstring& wide) {
}
}
- msgasserted(16091, mongoutils::str::stream() << "can't wstring to utf8: " << ::GetLastError());
+ msgasserted(16091, str::stream() << "can't wstring to utf8: " << ::GetLastError());
return "";
}