aboutsummaryrefslogtreecommitdiff
path: root/shared.h
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2020-08-13 08:09:10 +0200
committerneodarz <neodarz@neodarz.net>2020-08-13 08:09:10 +0200
commit9acb4a5135db19d7086bb93cf5ca64f83f0806cb (patch)
tree13f65419fa2a0c58e3a26d2e281cf6ae654a6181 /shared.h
parent1d3775f20177bbe7c1d9afa7c170e78f24f279e4 (diff)
downloadumosapicpp-9acb4a5135db19d7086bb93cf5ca64f83f0806cb.tar.xz
umosapicpp-9acb4a5135db19d7086bb93cf5ca64f83f0806cb.zip
Use an external library for logging
This library has an asynchronous mode who can be useful for speed issues.
Diffstat (limited to 'shared.h')
-rw-r--r--shared.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared.h b/shared.h
index 5ee3d78..5a485be 100644
--- a/shared.h
+++ b/shared.h
@@ -2,6 +2,7 @@
#define SHARED_H_
#include <map>
+
#include "db/mongo_access.h"
extern std::map<std::string, std::string> config;