Skip to content

Commit

Permalink
Merge pull request #479 from spagootie/main
Browse files Browse the repository at this point in the history
Fix building on Linux by including cstdint
  • Loading branch information
ogamespec authored Sep 3, 2024
2 parents 0c462d9 + ceeb209 commit 4210370
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 4210370

Please sign in to comment.