aboutsummaryrefslogtreecommitdiff
path: root/shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared.h')
-rw-r--r--shared.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared.h b/shared.h
index 2f796c7..0814b6c 100644
--- a/shared.h
+++ b/shared.h
@@ -1,6 +1,8 @@
#ifndef SHARED_H_
#define SHARED_H_
+#include <map>
+
extern std::map<std::string, std::string> config;
#endif