diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-08-09 08:16:50 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2015-08-09 08:16:50 +0300 |
commit | 704bf55df5fae51bf0e8d86679ee7f34e22553d2 (patch) | |
tree | 68385079dec7204d8c646d4937e93d68cd4cbd42 /server/src/api_core.cpp | |
parent | 5a4cbe950cd653385fc6e93aa860542b01bdf1bc (diff) |
client-qt:
socket wraper to work with both ssl and plain connection
server:
socket wraper to work with both ssl and plain connection
bit of config related changes
ssl support (untested)
Diffstat (limited to 'server/src/api_core.cpp')
-rw-r--r-- | server/src/api_core.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/api_core.cpp b/server/src/api_core.cpp index c8f0032..66df614 100644 --- a/server/src/api_core.cpp +++ b/server/src/api_core.cpp @@ -23,6 +23,7 @@ #include "main.h" #include "api_module_base.h" #include <boost/foreach.hpp> +#include "config.h" extern runtime_config_s runtime_config; |