From 5307457ab0b8336b94a77c447b03cd498eb17bd5 Mon Sep 17 00:00:00 2001 From: sonoftunk Date: Tue, 15 Nov 2022 12:48:53 -0500 Subject: [PATCH] Explicitly defines vector header in randomizer.h to fix compile errors --- soh/soh/Enhancements/randomizer/randomizer.h | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/soh/Enhancements/randomizer/randomizer.h b/soh/soh/Enhancements/randomizer/randomizer.h index a97e69950..5149f0c51 100644 --- a/soh/soh/Enhancements/randomizer/randomizer.h +++ b/soh/soh/Enhancements/randomizer/randomizer.h @@ -3,6 +3,7 @@ #include #include #include +#include #include "../../../include/ultra64.h" #include "../../../include/z64item.h" #include