1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-09 08:42:40 -05:00

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