diff --git a/CMakeLists.txt b/CMakeLists.txt index ad0ba03..0c28325 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ include(cmake/fetch_content.cmake) # in code coverage computation as they are test programs themselves. set(EXTRA_COVERAGE_EXCLUSION "\'${CMAKE_CURRENT_SOURCE_DIR}/integration/*\'") -project(bofstd VERSION 5.5.4.3) +project(bofstd VERSION 5.5.4.4) if (EMSCRIPTEN) message("Force pthread detection for BofStd compilation under EMSCRIPTEN") diff --git a/lib/include/bofstd/bofaudio.h b/lib/include/bofstd/bofaudio.h index 53aada3..efd3a4e 100644 --- a/lib/include/bofstd/bofaudio.h +++ b/lib/include/bofstd/bofaudio.h @@ -17,6 +17,7 @@ #include #include #include +#include #include #include