GCC 13 support (#2780)

This commit is contained in:
GaryOderNichts 2023-05-04 03:55:49 +02:00 committed by GitHub
parent 7d0515c501
commit 176650cb3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#include <map>
#include <string>
#include <set>
#include <cstdint>
enum SeqType {
SEQ_NOSHUFFLE = 0,

View File

@ -1,6 +1,7 @@
#pragma once
#include <string>
#include <unordered_map>
#include <cstdint>
#include "../../../include/z64item.h"
#include "../../../include/message_data_textbox_types.h"

View File

@ -4,6 +4,7 @@
#include <map>
#include <string>
#include <vector>
#include <cstdint>
#include <soh/Enhancements/randomizer/randomizer_inf.h>
void InitSaveEditor();

View File

@ -3,6 +3,7 @@
#include <array>
#include <string>
#include <vector>
#include <cstdint>
namespace Cosmetics {
constexpr std::string_view RANDOM_CHOICE_STR = "Random Choice";

View File

@ -3,6 +3,7 @@
#include <string>
#include <utility>
#include <vector>
#include <cstdint>
#include "text.hpp"

View File

@ -3,6 +3,7 @@
#include <array>
#include <string>
#include <string_view>
#include <cstdint>
using RandomizerHash = std::array<std::string, 5>;

View File

@ -2,6 +2,7 @@
#include <string>
#include <vector>
#include <cstdint>
typedef enum {
// ENTRANCE_GROUP_NO_GROUP,

View File

@ -2,6 +2,7 @@
#include <string>
#include <vector>
#include <cstdint>
void InitItemTracker();
void DrawItemTracker(bool& open);