mirror of https://gitee.com/bigwinds/arangodb
updated vpack library
This commit is contained in:
parent
2670379036
commit
78f889b2c2
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <exception>
|
||||
#include <string>
|
||||
#include <ostream>
|
||||
#include <iosfwd>
|
||||
|
||||
#include "velocypack/velocypack-common.h"
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef VELOCYPACK_HEXDUMP_H
|
||||
#define VELOCYPACK_HEXDUMP_H 1
|
||||
|
||||
#include <ostream>
|
||||
#include <iosfwd>
|
||||
|
||||
#include "velocypack/velocypack-common.h"
|
||||
#include "velocypack/Slice.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef VELOCYPACK_ITERATOR_H
|
||||
#define VELOCYPACK_ITERATOR_H 1
|
||||
|
||||
#include <ostream>
|
||||
#include <iosfwd>
|
||||
|
||||
#include "velocypack/velocypack-common.h"
|
||||
#include "velocypack/Exception.h"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <cstring>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <ostream>
|
||||
#include <iosfwd>
|
||||
#include <algorithm>
|
||||
|
||||
#include "velocypack/velocypack-common.h"
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef VELOCYPACK_VALUETYPE_H
|
||||
#define VELOCYPACK_VALUETYPE_H
|
||||
|
||||
#include <ostream>
|
||||
#include <iosfwd>
|
||||
|
||||
#include "velocypack-common.h"
|
||||
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
/// @author Copyright 2015, ArangoDB GmbH, Cologne, Germany
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <ostream>
|
||||
|
||||
#include "velocypack/velocypack-common.h"
|
||||
#include "velocypack/HexDump.h"
|
||||
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
/// @author Copyright 2015, ArangoDB GmbH, Cologne, Germany
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <ostream>
|
||||
|
||||
#include "velocypack/velocypack-common.h"
|
||||
#include "velocypack/Iterator.h"
|
||||
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
/// @author Copyright 2015, ArangoDB GmbH, Cologne, Germany
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <ostream>
|
||||
|
||||
#include "velocypack/velocypack-common.h"
|
||||
#include "velocypack/AttributeTranslator.h"
|
||||
#include "velocypack/Builder.h"
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
/// @author Copyright 2015, ArangoDB GmbH, Cologne, Germany
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <ostream>
|
||||
|
||||
#include "velocypack/ValueType.h"
|
||||
|
||||
using namespace arangodb::velocypack;
|
||||
|
|
Loading…
Reference in New Issue