1
0
Fork 0

added cmath for GCC 5.4

This commit is contained in:
Frank Celler 2016-06-08 16:17:46 +02:00
parent 516ac10331
commit 967d709f28
3 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -30,8 +30,6 @@
#include "Aql/TraversalOptions.h"
#include "Indexes/Index.h"
#include <cmath>
using namespace arangodb::basics;
using namespace arangodb::aql;

View File

@ -147,6 +147,7 @@ typedef long suseconds_t;
#endif
#include <algorithm>
#include <cmath>
#include <functional>
#include <map>
#include <set>