Added Config.h include

This commit is contained in:
MoneroOcean 2019-06-18 11:35:46 -07:00
parent f49e566a9c
commit c600d5da44

View file

@ -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) :