mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +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 <cstring>
|
||||
#include <string>
|
||||
#include <cstdint>
|
||||
|
||||
static const char whitespaces[] = " \t\f\v\n\r";
|
||||
static long line_number = -1;
|
||||
|
|
Loading…
Reference in a new issue