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/RequestStatistics.h"
|
||||||
#include "Statistics/ServerStatistics.h"
|
#include "Statistics/ServerStatistics.h"
|
||||||
#include "Statistics/StatisticsWorker.h"
|
#include "Statistics/StatisticsWorker.h"
|
||||||
|
#include "VocBase/vocbase.h"
|
||||||
|
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
|
|
@ -30,6 +30,8 @@
|
||||||
#include <velocypack/Builder.h>
|
#include <velocypack/Builder.h>
|
||||||
#include <velocypack/Slice.h>
|
#include <velocypack/Slice.h>
|
||||||
|
|
||||||
|
struct TRI_vocbase_t;
|
||||||
|
|
||||||
namespace arangodb {
|
namespace arangodb {
|
||||||
|
|
||||||
class StatisticsWorker final : public Thread {
|
class StatisticsWorker final : public Thread {
|
||||||
|
@ -104,4 +106,4 @@ class StatisticsWorker final : public Thread {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue