fix includes

This commit is contained in:
gymnast86
2026-08-04 08:00:25 -07:00
parent 0ff615f991
commit 67a511a131
2 changed files with 3 additions and 0 deletions
@@ -3,6 +3,7 @@
#include "hint_types.hpp"
#include <memory>
#include <vector>
namespace randomizer::logic::world {
class World;
@@ -4,6 +4,8 @@
#include <array>
#include <unordered_map>
#include <limits>
#include <vector>
#include <cstdint>
namespace randomizer {
class Text {