mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-23 01:13:39 +00:00
added stdint.h on windows
This commit is contained in:
parent
83c3851171
commit
d5eeeef5b9
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@
|
|||
#else
|
||||
#ifdef _MSC_VER
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue