diff options
Diffstat (limited to 'xmrstak/backend/globalStates.hpp')
-rw-r--r-- | xmrstak/backend/globalStates.hpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmrstak/backend/globalStates.hpp b/xmrstak/backend/globalStates.hpp index a9818ba..58248bd 100644 --- a/xmrstak/backend/globalStates.hpp +++ b/xmrstak/backend/globalStates.hpp @@ -1,7 +1,10 @@ #pragma once + +#include "miner_work.hpp" +#include "xmrstak/misc/environment.hpp" + #include <atomic> -#include "miner_work.h" -#include "../Environment.hpp" + namespace xmrstak { |