build: add missing includes
detected under libstdc++ from gcc-6.0
This commit is contained in:
parent
20b809334e
commit
67a5184a9d
@ -17,6 +17,7 @@
|
||||
#include "arc4.hpp"
|
||||
|
||||
#include <algorithm>
|
||||
#include <numeric>
|
||||
|
||||
using util::crypto::ARC4;
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include "./stream.hpp"
|
||||
|
||||
#include <cmath>
|
||||
#include <numeric>
|
||||
|
||||
using util::extent;
|
||||
using util::extent_range;
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "sample.hpp"
|
||||
|
||||
#include <random>
|
||||
|
||||
namespace util { namespace geom {
|
||||
template <size_t S, typename T, typename G>
|
||||
|
Loading…
Reference in New Issue
Block a user