diff options
Diffstat (limited to 'src/common.hh')
| -rw-r--r-- | src/common.hh | 4 |
1 files changed, 4 insertions, 0 deletions
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 <assert.h> +#if __cplusplus < 201402L +#include "make_unique.hh" +#endif + #endif // COMMON_HH |
