https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5508673dd518f4ce0b0f08...
commit 5508673dd518f4ce0b0f08c8b2ce84b0d2a1a6f7 Author: Jérôme Gardou jerome.gardou@reactos.org AuthorDate: Sat Jul 22 10:24:44 2023 +0200 Commit: Jérôme Gardou zefklop@users.noreply.github.com CommitDate: Sun Jul 23 23:58:42 2023 +0200
[TXT2NLS] Explicitly include <cstdint> --- 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 <vector> #include <cstring> #include <string> +#include <cstdint>
static const char whitespaces[] = " \t\f\v\n\r"; static long line_number = -1;