Skip to content

Commit 7f372a0

Browse files
committed
ci: fix wstring
1 parent 22471be commit 7f372a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/Tool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include "Tool.hpp"
1919

2020
#include <boost/optional/optional.hpp>
21-
#include <cvt/wstring>
21+
#include <locale>
2222
#include <codecvt>
2323
#include <filesystem>
2424
#include <system_error>

0 commit comments

Comments
 (0)