Skip to content

Commit

Permalink
5.5.4.4: missing limit include under linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bha-evs committed May 23, 2024
1 parent 4b062c2 commit ddcabb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions lib/include/bofstd/bofaudio.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <string>
#include <vector>
#include <functional>
#include <limits>
#include <bofstd/bofstd.h>
#include <miniaudio.h>

Expand Down

0 comments on commit ddcabb0

Please sign in to comment.