mirror of https://gitee.com/bigwinds/arangodb
Windows: fix namespaces
This commit is contained in:
parent
92ec39c86b
commit
7aa68ba532
|
@ -33,6 +33,7 @@
|
|||
#include <velocypack/velocypack-aliases.h>
|
||||
|
||||
using ClusterEdgeCursor = arangodb::traverser::ClusterEdgeCursor;
|
||||
using StringRef = arangodb::StringRef;
|
||||
|
||||
ClusterEdgeCursor::ClusterEdgeCursor(StringRef vertexId, uint64_t depth,
|
||||
arangodb::traverser::ClusterTraverser* traverser)
|
||||
|
|
Loading…
Reference in New Issue