diff options
author | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-09-27 17:13:41 +0200 |
---|---|---|
committer | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-09-30 23:46:08 +0200 |
commit | 9e7efd40bc3206aad7b6d1e531dbe6d335575aac (patch) | |
tree | 34a5e01e3671cb6444049f20fcb9e3e155c550c7 /backend/BackendConnector.cpp | |
parent | b1e92092bb5c93863d869a2d6b6e057918a77b2f (diff) | |
download | xmr-stak-9e7efd40bc3206aad7b6d1e531dbe6d335575aac.zip xmr-stak-9e7efd40bc3206aad7b6d1e531dbe6d335575aac.tar.gz |
fix bugs
- add excecutor to the singleton export list
Diffstat (limited to 'backend/BackendConnector.cpp')
-rw-r--r-- | backend/BackendConnector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/BackendConnector.cpp b/backend/BackendConnector.cpp index 194cb5c..0ef69f1 100644 --- a/backend/BackendConnector.cpp +++ b/backend/BackendConnector.cpp @@ -44,6 +44,7 @@ #include "Plugin.hpp" #include "../Environment.hpp" +#include "../console.h" namespace xmrstak { |