From 020b11bf36a9038b0034acf8a790e3ca38f5b8a2 Mon Sep 17 00:00:00 2001 From: OmniaX-Dev Date: Fri, 2 Jan 2026 23:03:41 +0100 Subject: [PATCH] Fixed an include directive --- other/build.nr | 2 +- src/ostd/Logic.cpp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/other/build.nr b/other/build.nr index 86f295d..cb04d92 100644 --- a/other/build.nr +++ b/other/build.nr @@ -1 +1 @@ -1924 +1926 diff --git a/src/ostd/Logic.cpp b/src/ostd/Logic.cpp index fbc5ceb..aa00a0a 100755 --- a/src/ostd/Logic.cpp +++ b/src/ostd/Logic.cpp @@ -1,7 +1,9 @@ #include "Logic.hpp" #include "Utils.hpp" #include "String.hpp" -// #include +#ifndef __APPLE__ +#include +#endif namespace ostd {