mirror of https://gitee.com/bigwinds/arangodb
added cmath for GCC 5.4
This commit is contained in:
parent
516ac10331
commit
967d709f28
|
@ -4,6 +4,7 @@
|
|||
// of patent rights can be found in the PATENTS file in the same directory.
|
||||
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
#include "rocksdb/options.h"
|
||||
|
||||
|
|
|
@ -30,8 +30,6 @@
|
|||
#include "Aql/TraversalOptions.h"
|
||||
#include "Indexes/Index.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
using namespace arangodb::basics;
|
||||
using namespace arangodb::aql;
|
||||
|
||||
|
|
|
@ -147,6 +147,7 @@ typedef long suseconds_t;
|
|||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
#include <functional>
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
|
Loading…
Reference in New Issue