summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc/console.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'xmrstak/misc/console.hpp')
-rw-r--r--xmrstak/misc/console.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/xmrstak/misc/console.hpp b/xmrstak/misc/console.hpp
index ac2ed3c..c68bba3 100644
--- a/xmrstak/misc/console.hpp
+++ b/xmrstak/misc/console.hpp
@@ -1,6 +1,9 @@
#pragma once
+
+#include "xmrstak/misc/environment.hpp"
+
#include <mutex>
-#include "Environment.hpp"
+
enum out_colours { K_RED, K_GREEN, K_BLUE, K_YELLOW, K_CYAN, K_MAGENTA, K_WHITE, K_NONE };
OpenPOWER on IntegriCloud