From 38140372d8c8dd32267943d5d79b2ce2c0a032fb Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 31 Oct 2017 15:01:57 +0100 Subject: Use std::make_unique --- src/common.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/common.hh') diff --git a/src/common.hh b/src/common.hh index 14d9a2a..b372ac1 100644 --- a/src/common.hh +++ b/src/common.hh @@ -7,4 +7,8 @@ #include +#if __cplusplus < 201402L +#include "make_unique.hh" +#endif + #endif // COMMON_HH -- cgit v1.3