aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-01-06 16:52:44 +0100
committerShauren <shauren.trinity@gmail.com>2023-08-12 17:56:15 +0200
commitf5a2e2ae13e3f7b505b069c1cd98e3157c31c83a (patch)
tree50567e305521694de10f09f038831ccf4d19552c /src/common
parent30adff16ae8806b7d5df824b6d3fdd331f7ff233 (diff)
Core/Misc: Replaced boost::container::static_vector in packet classes with plain vector with custom static storage allocatlr
(cherry picked from commit b65c3f5f4a4edbc953c405bfacd33f186f3a1931)
Diffstat (limited to 'src/common')
-rw-r--r--src/common/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
index 5258258a7c6..67d0d663c73 100644
--- a/src/common/CMakeLists.txt
+++ b/src/common/CMakeLists.txt
@@ -72,7 +72,8 @@ target_link_libraries(common
openssl
valgrind
threads
- jemalloc)
+ jemalloc
+ short_alloc)
add_dependencies(common revision_data.h)