fix missing include.

This commit is contained in:
Christoph Oelckers 2023-12-14 20:39:15 +01:00
parent 869d7a6dcb
commit 375faa649e

View file

@ -7,6 +7,8 @@
#define FORCE_PACKED
#endif
#include <stdint.h>
namespace FileSys {
#pragma pack(1)