From 85b6555870cb2670261f1a343e4a7c69651b8cbd Mon Sep 17 00:00:00 2001 From: Harvey Fong Date: Thu, 12 Jun 2025 18:51:06 -0600 Subject: [PATCH] added vector include that causes fail on monterey --- oom_misc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oom_misc.h b/oom_misc.h index c994c24..4401287 100644 --- a/oom_misc.h +++ b/oom_misc.h @@ -4,6 +4,7 @@ #include // For std::ofstream #include // For std::filesystem #include // For std::pow +#include namespace oom { namespace misc { @@ -1512,4 +1513,4 @@ namespace oom { }; const unsigned int DayEnvironmentHDRI019_1K_TONEMAPPED_jpg_len = 17065; } -} \ No newline at end of file +}