From 81429c699ac334f85287c70935c7e5d4b8cd56cb Mon Sep 17 00:00:00 2001 From: Mr-Wiseguy Date: Sat, 6 Sep 2025 18:21:45 -0400 Subject: [PATCH] Add missing include for some platforms --- src/mdebug.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mdebug.cpp b/src/mdebug.cpp index eb3243b..bc357ca 100644 --- a/src/mdebug.cpp +++ b/src/mdebug.cpp @@ -1,3 +1,4 @@ +#include #include #include "fmt/format.h"