Skip to content

Commit

Permalink
Merge pull request #3596 from Sonicadvance1/fix_fedora
Browse files Browse the repository at this point in the history
Allocator: Fixes compiling on Fedora 40
  • Loading branch information
lioncash authored Apr 23, 2024
2 parents 81c219c + 308488c commit 7b88b0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FEXCore/Source/Utils/Allocator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <FEXCore/fextl/memory_resource.h>
#include <FEXHeaderUtils/Syscalls.h>

#include <algorithm>
#include <array>
#include <cctype>
#include <charconv>
Expand Down

0 comments on commit 7b88b0f

Please sign in to comment.