Skip to content

Commit

Permalink
fix missing include.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed Dec 14, 2023
1 parent 869d7a6 commit 375faa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/filesystem/source/w_zip.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#define FORCE_PACKED
#endif

#include <stdint.h>

namespace FileSys {

#pragma pack(1)
Expand Down

0 comments on commit 375faa6

Please sign in to comment.