summaryrefslogtreecommitdiff
path: root/src/common.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2017-10-31 15:01:57 +0100
committerJoel Klinghed <the_jk@opera.com>2017-10-31 15:01:57 +0100
commit38140372d8c8dd32267943d5d79b2ce2c0a032fb (patch)
tree0e2555e591092f934e05451ef4a6df18c5ddc739 /src/common.hh
parent2e5352a1128da3ff4637561788a7da8e6b24ab9c (diff)
Use std::make_unique
Diffstat (limited to 'src/common.hh')
-rw-r--r--src/common.hh4
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