blob: d0280d03a2f15eb404104f3f708cdcc8de8fb7b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/UString.cpp.orig 2021-03-18 09:51:03 UTC
+++ src/UString.cpp
@@ -25,6 +25,7 @@
#include "UString.h"
#include <array>
+#include <cerrno>
#include <cstring>
// 出力文字コードが UTF-8 以外 (iconv による変換が必要) なら true。
|