build: add forgotten cxx headers

discovered testing clang 3.8 under freebsd
This commit is contained in:
Danny Robson 2016-05-12 17:31:33 +10:00
parent 452c5511a4
commit e17158b0bb
3 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "random.hpp" #include "random.hpp"
#include "stream.hpp" #include "stream.hpp"
#include <array>
#include <map> #include <map>
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------

View File

@ -16,6 +16,9 @@
#include "../except.hpp" #include "../except.hpp"
#include <cerrno>
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
template <typename ...Args> template <typename ...Args>
void void

View File

@ -5,6 +5,8 @@
#include "types.hpp" #include "types.hpp"
#include "maths.hpp" #include "maths.hpp"
#include <array>
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// Check that null options don't strhrow anything // Check that null options don't strhrow anything