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 {