We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b954f00 commit d2b0724Copy full SHA for d2b0724
lttoolbox/ustring.h
@@ -26,6 +26,7 @@
26
#include <vector>
27
#include <cstdint>
28
#include <iomanip>
29
+#include <ostream>
30
31
typedef std::basic_string<UChar> UString;
32
typedef std::basic_string_view<UChar> UStringView;
0 commit comments