diff --git a/soh/soh/Enhancements/audio/AudioCollection.h b/soh/soh/Enhancements/audio/AudioCollection.h index 75247793b..87e255259 100644 --- a/soh/soh/Enhancements/audio/AudioCollection.h +++ b/soh/soh/Enhancements/audio/AudioCollection.h @@ -2,6 +2,7 @@ #include #include #include +#include enum SeqType { SEQ_NOSHUFFLE = 0, diff --git a/soh/soh/Enhancements/custom-message/CustomMessageManager.h b/soh/soh/Enhancements/custom-message/CustomMessageManager.h index eedb06f9a..2509b92b2 100644 --- a/soh/soh/Enhancements/custom-message/CustomMessageManager.h +++ b/soh/soh/Enhancements/custom-message/CustomMessageManager.h @@ -1,6 +1,7 @@ #pragma once #include #include +#include #include "../../../include/z64item.h" #include "../../../include/message_data_textbox_types.h" diff --git a/soh/soh/Enhancements/debugger/debugSaveEditor.h b/soh/soh/Enhancements/debugger/debugSaveEditor.h index 8ed825b10..af4013ca5 100644 --- a/soh/soh/Enhancements/debugger/debugSaveEditor.h +++ b/soh/soh/Enhancements/debugger/debugSaveEditor.h @@ -4,6 +4,7 @@ #include #include #include +#include #include void InitSaveEditor(); diff --git a/soh/soh/Enhancements/randomizer/3drando/cosmetics.hpp b/soh/soh/Enhancements/randomizer/3drando/cosmetics.hpp index 6f770f011..65125215a 100644 --- a/soh/soh/Enhancements/randomizer/3drando/cosmetics.hpp +++ b/soh/soh/Enhancements/randomizer/3drando/cosmetics.hpp @@ -3,6 +3,7 @@ #include #include #include +#include namespace Cosmetics { constexpr std::string_view RANDOM_CHOICE_STR = "Random Choice"; diff --git a/soh/soh/Enhancements/randomizer/3drando/custom_messages.hpp b/soh/soh/Enhancements/randomizer/3drando/custom_messages.hpp index 2f17b62ef..b7a0b0061 100644 --- a/soh/soh/Enhancements/randomizer/3drando/custom_messages.hpp +++ b/soh/soh/Enhancements/randomizer/3drando/custom_messages.hpp @@ -3,6 +3,7 @@ #include #include #include +#include #include "text.hpp" diff --git a/soh/soh/Enhancements/randomizer/3drando/spoiler_log.hpp b/soh/soh/Enhancements/randomizer/3drando/spoiler_log.hpp index 4c3174140..98c0704f1 100644 --- a/soh/soh/Enhancements/randomizer/3drando/spoiler_log.hpp +++ b/soh/soh/Enhancements/randomizer/3drando/spoiler_log.hpp @@ -3,6 +3,7 @@ #include #include #include +#include using RandomizerHash = std::array; diff --git a/soh/soh/Enhancements/randomizer/randomizer_entrance_tracker.h b/soh/soh/Enhancements/randomizer/randomizer_entrance_tracker.h index bdcb22963..61ecd9ac2 100644 --- a/soh/soh/Enhancements/randomizer/randomizer_entrance_tracker.h +++ b/soh/soh/Enhancements/randomizer/randomizer_entrance_tracker.h @@ -2,6 +2,7 @@ #include #include +#include typedef enum { // ENTRANCE_GROUP_NO_GROUP, diff --git a/soh/soh/Enhancements/randomizer/randomizer_item_tracker.h b/soh/soh/Enhancements/randomizer/randomizer_item_tracker.h index 910d1a7b7..bfc0a93a0 100644 --- a/soh/soh/Enhancements/randomizer/randomizer_item_tracker.h +++ b/soh/soh/Enhancements/randomizer/randomizer_item_tracker.h @@ -2,6 +2,7 @@ #include #include +#include void InitItemTracker(); void DrawItemTracker(bool& open);