[TXT2NLS] Explicitly include <cstdint>

This commit is contained in:
Jérôme Gardou 2023-07-22 10:24:44 +02:00 committed by Jérôme Gardou
parent e387e24611
commit 5508673dd5

View file

@ -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;