summaryrefslogtreecommitdiffstats
path: root/backend/miner_work.h
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-09-27 16:22:34 +0200
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-09-30 23:46:08 +0200
commitb1e92092bb5c93863d869a2d6b6e057918a77b2f (patch)
treed8a4e434159a12af6542c8302fb26d4860ac2a6d /backend/miner_work.h
parentef551cc032716d8cb21ecfdff73bb6c2bc581740 (diff)
downloadxmr-stak-b1e92092bb5c93863d869a2d6b6e057918a77b2f.zip
xmr-stak-b1e92092bb5c93863d869a2d6b6e057918a77b2f.tar.gz
fix singleton issues on windows
- pass all singletons into the backend libraries - move some cpu config features from the cpu config file to the global config.txt - add global jconf to the xported singleton list
Diffstat (limited to 'backend/miner_work.h')
-rw-r--r--backend/miner_work.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/miner_work.h b/backend/miner_work.h
index b922f4a..8349fda 100644
--- a/backend/miner_work.h
+++ b/backend/miner_work.h
@@ -5,6 +5,7 @@
#include <cstdint>
#include <climits>
#include <iostream>
+#include <cassert>
namespace xmrstak
{
OpenPOWER on IntegriCloud