Skip to content

Commit

Permalink
5.7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bha-evs committed Jul 26, 2024
1 parent 2e3c462 commit fe8b7fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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.7.2.1)
project(bofstd VERSION 5.7.2.2)

if (EMSCRIPTEN)
message("Force pthread detection for BofStd compilation under EMSCRIPTEN")
Expand Down
1 change: 1 addition & 0 deletions lib/include/bofstd/bofthread.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

#include <thread>
#include <vector>
#include <list>

BEGIN_BOF_NAMESPACE()
struct BOF_THREAD_PARAM
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bofstd",
"version": "5.7.2.1",
"version": "5.7.2.2",
"description": "The onbings general purpose C++ Multiplatform library",
"dependencies": [
{
Expand Down

0 comments on commit fe8b7fd

Please sign in to comment.