Skip to content

Commit

Permalink
Merge pull request #1 from spagootie/spagootie-linux-build-fix
Browse files Browse the repository at this point in the history
fix build on Linux by including cstdint
  • Loading branch information
spagootie authored Sep 3, 2024
2 parents 0c462d9 + 4c45125 commit ceeb209
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Breaknes/BreaksCore/pch.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <cassert>
#include <memory.h>
#include <cstddef>
#include <cstdint>
#ifdef _WIN32
#include <Windows.h>
#endif
Expand Down

0 comments on commit ceeb209

Please sign in to comment.