geom/aabb: add missing required header

This commit is contained in:
Danny Robson 2016-06-20 18:03:41 +10:00
parent c745658919
commit 24f4050ea8

View File

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