From e73ad732ec70f59d279240b1943d371c20ebf160 Mon Sep 17 00:00:00 2001 From: "HARMEL, Bernard" Date: Sun, 24 Mar 2024 16:43:57 +0100 Subject: [PATCH] 5.5.3.7 --- lib/src/bofprocess.cpp | 5 +++-- lib/src/bofsystem.cpp | 2 +- vcpkg.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/src/bofprocess.cpp b/lib/src/bofprocess.cpp index 3afd483..8b58848 100644 --- a/lib/src/bofprocess.cpp +++ b/lib/src/bofprocess.cpp @@ -46,8 +46,9 @@ #include #include #include - #include - #if defined(__EMSCRIPTEN__) + #include + #include +#if defined(__EMSCRIPTEN__) #else #include #endif diff --git a/lib/src/bofsystem.cpp b/lib/src/bofsystem.cpp index 71cab97..a6a3ea3 100644 --- a/lib/src/bofsystem.cpp +++ b/lib/src/bofsystem.cpp @@ -149,7 +149,7 @@ extern "C" } #else #include - //#include + #include #include #include #include diff --git a/vcpkg.json b/vcpkg.json index 47da034..1997a0a 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "bofstd", - "version": "5.5.3.6", + "version": "5.5.3.7", "description": "The onbings general purpose C++ Multiplatform library", "dependencies": [ {