From 4671f4a46bf9aca39f0a09d0bec115a7f8913614 Mon Sep 17 00:00:00 2001 From: neodarz Date: Thu, 8 Aug 2019 13:48:39 +0200 Subject: Implement mongocxx pool connection --- shared.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared.h') diff --git a/shared.h b/shared.h index 0814b6c..7ba7006 100644 --- a/shared.h +++ b/shared.h @@ -2,7 +2,9 @@ #define SHARED_H_ #include +#include "db/mongo_access.h" extern std::map config; +extern mongo_access mongo; #endif -- cgit v1.2.1