mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
fix build on clang++ 3.8
This commit is contained in:
parent
10ff2d192c
commit
6fb9a722a2
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@
|
|||
#define HAVE_IRCD_UTIL_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
#include <unique_ptr>
|
||||
#include <functional>
|
||||
#include <map>
|
||||
|
||||
inline namespace ircd {
|
||||
inline namespace util {
|
||||
|
||||
|
|
Loading…
Reference in a new issue