mirror of https://gitee.com/bigwinds/arangodb
fix compilation
This commit is contained in:
parent
95cebd1826
commit
1c1e0615be
|
@ -30,6 +30,7 @@
|
|||
#include "Statistics/RequestStatistics.h"
|
||||
#include "Statistics/ServerStatistics.h"
|
||||
#include "Statistics/StatisticsWorker.h"
|
||||
#include "VocBase/vocbase.h"
|
||||
|
||||
#include <thread>
|
||||
#include <chrono>
|
||||
|
|
|
@ -30,6 +30,8 @@
|
|||
#include <velocypack/Builder.h>
|
||||
#include <velocypack/Slice.h>
|
||||
|
||||
struct TRI_vocbase_t;
|
||||
|
||||
namespace arangodb {
|
||||
|
||||
class StatisticsWorker final : public Thread {
|
||||
|
|
Loading…
Reference in New Issue