mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
[TXT2NLS] Explicitly include <cstdint>
This commit is contained in:
parent
e387e24611
commit
5508673dd5
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
static const char whitespaces[] = " \t\f\v\n\r";
|
static const char whitespaces[] = " \t\f\v\n\r";
|
||||||
static long line_number = -1;
|
static long line_number = -1;
|
||||||
|
|
Loading…
Reference in a new issue