build: add missing includes

detected under libstdc++ from gcc-6.0
This commit is contained in:
Danny Robson 2016-04-28 15:02:16 +10:00
parent 20b809334e
commit 67a5184a9d
3 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,7 @@
#include "arc4.hpp"
#include <algorithm>
#include <numeric>
using util::crypto::ARC4;

View File

@ -21,6 +21,7 @@
#include "./stream.hpp"
#include <cmath>
#include <numeric>
using util::extent;
using util::extent_range;

View File

@ -22,6 +22,7 @@
#include "sample.hpp"
#include <random>
namespace util { namespace geom {
template <size_t S, typename T, typename G>