diff options
Diffstat (limited to 'xmrstak/jconf.hpp')
-rw-r--r-- | xmrstak/jconf.hpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmrstak/jconf.hpp b/xmrstak/jconf.hpp index 934d6f8..41c7712 100644 --- a/xmrstak/jconf.hpp +++ b/xmrstak/jconf.hpp @@ -1,8 +1,11 @@ #pragma once + +#include "xmrstak/misc/environment.hpp" +#include "params.hpp" + #include <stdlib.h> #include <string> -#include "Environment.hpp" -#include "Params.hpp" + class jconf { |