mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 11:33:31 +08:00
[TXT2NLS] Explicitly include <cstdint>
This commit is contained in:
parent
e387e24611
commit
5508673dd5
@ -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 New Issue
Block a user