From 5508673dd518f4ce0b0f08c8b2ce84b0d2a1a6f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Sat, 22 Jul 2023 10:24:44 +0200 Subject: [PATCH] [TXT2NLS] Explicitly include --- sdk/tools/txt2nls/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/tools/txt2nls/main.cpp b/sdk/tools/txt2nls/main.cpp index 8d5c473914f..796066ecf9a 100644 --- a/sdk/tools/txt2nls/main.cpp +++ b/sdk/tools/txt2nls/main.cpp @@ -11,6 +11,7 @@ #include #include #include +#include static const char whitespaces[] = " \t\f\v\n\r"; static long line_number = -1;