Fix compile issue.

This commit is contained in:
XMRig
2019-04-01 00:01:10 +07:00
parent 294dd9f2e1
commit 916eb43349
2 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@
#include "App.h"
#include "base/io/log/Log.h"
#include "core/Config.h"
#include "core/config/Config.h"
#include "core/Controller.h"

View File

@@ -30,6 +30,7 @@
#endif
#include <algorithm>
#include <string.h>
#include <string>
#include <time.h>