mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-21 18:31:10 +00:00
fix missing include.
This commit is contained in:
parent
869d7a6dcb
commit
375faa649e
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
|||
#define FORCE_PACKED
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace FileSys {
|
||||
|
||||
#pragma pack(1)
|
||||
|
|
Loading…
Reference in a new issue