mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 06:42:08 +00:00
mingw64 requires including cstdint
This commit is contained in:
parent
8043370ef1
commit
95f31cdd7e
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
#include <cassert>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstdint>
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
|
Loading…
Reference in a new issue