From c600d5da44c7ffa8621d0c7000efbdc66a002fb2 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Tue, 18 Jun 2019 11:35:46 -0700 Subject: [PATCH] Added Config.h include --- src/core/Controller.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Controller.cpp b/src/core/Controller.cpp index 23d1f7b8..e55ad638 100644 --- a/src/core/Controller.cpp +++ b/src/core/Controller.cpp @@ -31,6 +31,7 @@ #include "common/Platform.h" #include "core/Controller.h" #include "net/Network.h" +#include "core/config/Config.h" // to get access to config()->pools() xmrig::Controller::Controller(Process *process) :