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 "random.hpp"
|
||||||
#include "stream.hpp"
|
#include "stream.hpp"
|
||||||
|
|
||||||
|
#include <array>
|
||||||
#include <map>
|
#include <map>
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
@ -16,6 +16,9 @@
|
|||||||
|
|
||||||
#include "../except.hpp"
|
#include "../except.hpp"
|
||||||
|
|
||||||
|
#include <cerrno>
|
||||||
|
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
template <typename ...Args>
|
template <typename ...Args>
|
||||||
void
|
void
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user