From f6f9a8487bf3ec10c8ec5765a5839361b8874604 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Sat, 17 Dec 2022 17:47:41 -0800 Subject: [PATCH] Add arena header to os.h Former-commit-id: d5930907666b6a0c97282fa65c71d5cb06089f7e --- include/dolphin/os.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/dolphin/os.h b/include/dolphin/os.h index e9525f63..5b581565 100644 --- a/include/dolphin/os.h +++ b/include/dolphin/os.h @@ -150,6 +150,7 @@ void OSFatal(GXColor fg, GXColor bg, const char* msg); #endif #include +#include #include #include #include