From 56535d45367ae9a5af6bade032b46f1fb7b04796 Mon Sep 17 00:00:00 2001 From: Mike Nolan Date: Wed, 1 Oct 2025 01:51:30 -0500 Subject: [PATCH] Add wii build --- src/runtime_methods/console.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime_methods/console.cpp b/src/runtime_methods/console.cpp index 2b9cefb..9481e74 100644 --- a/src/runtime_methods/console.cpp +++ b/src/runtime_methods/console.cpp @@ -9,6 +9,7 @@ #ifdef CROSSLANG_ENABLE_TERMIOS #include #include +#include #endif namespace Tesses::CrossLang { #ifdef CROSSLANG_ENABLE_TERMIOS