From feddbd0f4420fef2f431b6dc916ee3c4f2a35aa9 Mon Sep 17 00:00:00 2001 From: Dmitry Sirotkin Date: Sat, 11 Apr 2020 04:48:38 +0800 Subject: [PATCH] Install libpqxx Signed-off-by: Dmitry Sirotkin --- Matching/CMakeLists.txt | 1 + Matching/src/orderbook.hpp | 1 + conanfile.txt | 1 + 3 files changed, 3 insertions(+) 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