Adjusted Log.h location
This commit is contained in:
parent
a27ce3a804
commit
a69f587d4c
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
#include "base/io/Json.h"
|
#include "base/io/Json.h"
|
||||||
#include "common/config/CommonConfig.h"
|
#include "common/config/CommonConfig.h"
|
||||||
#include "common/log/Log.h"
|
#include "base/io/log/Log.h"
|
||||||
#include "donate.h"
|
#include "donate.h"
|
||||||
#include "rapidjson/document.h"
|
#include "rapidjson/document.h"
|
||||||
#include "rapidjson/filewritestream.h"
|
#include "rapidjson/filewritestream.h"
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
#include "workers/Workers.h"
|
#include "workers/Workers.h"
|
||||||
#include "core/config/Config.h"
|
#include "core/config/Config.h"
|
||||||
#include "net/Network.h"
|
#include "net/Network.h"
|
||||||
#include "common/log/Log.h"
|
#include "base/io/log/Log.h"
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
|
||||||
// start performance measurements for specified perf algo
|
// start performance measurements for specified perf algo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue