Skip to content

Commit

Permalink
Merge pull request #410
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverlord committed May 31, 2024
2 parents 627f1d3 + bd835b7 commit 47aa9f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.8.0-dev.76 | 2024-05-31 09:08:22 +0200

* Add missing dependency to serialization benchmark (Dominik Charousset, Corelight)

2.8.0-dev.74 | 2024-05-25 14:51:52 +0200

* Add missing include (Dominik Charousset, Corelight)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.0-dev.74
2.8.0-dev.76
3 changes: 2 additions & 1 deletion tests/benchmarks/serialization/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ target_include_directories(broker-serialization-benchmark PRIVATE
target_link_libraries(broker-serialization-benchmark
PRIVATE
benchmark::benchmark_main
${BROKER_LIBRARY})
${BROKER_LIBRARY}
CAF::core)

0 comments on commit 47aa9f2

Please sign in to comment.