From ef9615aebb8a7b504c3b5cd2610e3c8f5bb4de58 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Dec 2015 13:38:57 +0200 Subject: Various cleanups and improvements, INSTALL-DEV instructions --- brep/shared-database | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'brep/shared-database') diff --git a/brep/shared-database b/brep/shared-database index 4d8186d..b445cc1 100644 --- a/brep/shared-database +++ b/brep/shared-database @@ -9,6 +9,8 @@ #include +#include + namespace brep { // Returns pointer to the shared database instance, creating one on the @@ -17,7 +19,7 @@ namespace brep // otherwise. Is not thread-safe. // shared_ptr - shared_database (const string& host, unsigned int port); + shared_database (const options::db&); } #endif // BREP_SHARED_DATABASE -- cgit v1.1