0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-15 00:18:34 +02:00

fix build on clang++ 3.8

This commit is contained in:
William Pitcock 2016-07-31 01:59:57 -05:00
parent 10ff2d192c
commit 6fb9a722a2

View file

@ -27,6 +27,11 @@
#define HAVE_IRCD_UTIL_H
#ifdef __cplusplus
#include <unique_ptr>
#include <functional>
#include <map>
inline namespace ircd {
inline namespace util {