Skip to content

Commit

Permalink
Fix compilation for Non-Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Mar 9, 2024
1 parent a1fe4ca commit 211c72b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Kore/IO/Reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

#include <Kore/global.h>

#include <stdint.h>

namespace Kore {
class Reader {
public:
Expand Down

0 comments on commit 211c72b

Please sign in to comment.