diff --git a/soh/soh/Enhancements/randomizer/ShuffleSongs.cpp b/soh/soh/Enhancements/randomizer/ShuffleSongs.cpp index 8cdff8775..8bece13a1 100644 --- a/soh/soh/Enhancements/randomizer/ShuffleSongs.cpp +++ b/soh/soh/Enhancements/randomizer/ShuffleSongs.cpp @@ -23,4 +23,4 @@ void Rando::StaticData::RegisterSongLocations() { // clang-format-on } -static RegisterShipInitFunc registerFunc(Rando::StaticData::RegisterSongLocations); +static RegisterShipInitFunc initSongLocations(Rando::StaticData::RegisterSongLocations); diff --git a/soh/soh/ShipInit.hpp b/soh/soh/ShipInit.hpp index 2341a1024..e96e77f91 100644 --- a/soh/soh/ShipInit.hpp +++ b/soh/soh/ShipInit.hpp @@ -3,6 +3,7 @@ #ifdef __cplusplus +#include #include #include #include