mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'vpack' of https://github.com/arangodb/arangodb into vpack
This commit is contained in:
commit
c0def05b1b
|
@ -43,6 +43,8 @@
|
|||
#include <iostream>
|
||||
#endif
|
||||
|
||||
#include <array>
|
||||
|
||||
using namespace triagens::aql;
|
||||
using JsonHelper = triagens::basics::JsonHelper;
|
||||
using Json = triagens::basics::Json;
|
||||
|
|
|
@ -39,6 +39,8 @@
|
|||
|
||||
#include "VocBase/vocbase.h"
|
||||
|
||||
#include <array>
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// --SECTION-- private variables
|
||||
// -----------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue