build: add forgotten cxx headers
discovered testing clang 3.8 under freebsd
This commit is contained in:
parent
452c5511a4
commit
e17158b0bb
@ -20,6 +20,7 @@
|
||||
#include "random.hpp"
|
||||
#include "stream.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <map>
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
@ -16,6 +16,9 @@
|
||||
|
||||
#include "../except.hpp"
|
||||
|
||||
#include <cerrno>
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
template <typename ...Args>
|
||||
void
|
||||
|
@ -5,6 +5,8 @@
|
||||
#include "types.hpp"
|
||||
#include "maths.hpp"
|
||||
|
||||
#include <array>
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Check that null options don't strhrow anything
|
||||
|
Loading…
Reference in New Issue
Block a user