diff --git a/Matching/CMakeLists.txt b/Matching/CMakeLists.txt index fd2f200..dfc0cd9 100644 --- a/Matching/CMakeLists.txt +++ b/Matching/CMakeLists.txt @@ -10,6 +10,7 @@ target_link_libraries( CONAN_PKG::tbb CONAN_PKG::nlohmann_json CONAN_PKG::concurrentqueue + CONAN_PKG::libpqxx ) target_include_directories( diff --git a/Matching/src/orderbook.hpp b/Matching/src/orderbook.hpp index e9aa2e1..f50222a 100644 --- a/Matching/src/orderbook.hpp +++ b/Matching/src/orderbook.hpp @@ -25,6 +25,7 @@ #include #include #include +#include namespace matching_engine { diff --git a/conanfile.txt b/conanfile.txt index 57c992a..f5f778f 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -7,6 +7,7 @@ nlohmann_json/3.7.3 jemalloc/5.2.1 tbb/2020.0 concurrentqueue/1.0.1 +libpqxx/7.0.5 [generators] txt