diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-17 13:52:23 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-17 13:52:46 +0100 |
commit | 4eb8139c8a854a856ce108a0c79a932ab9b6da70 (patch) | |
tree | e10c14e81ac6c37e77db7300aac745c38a7f40d3 /compat/ndebug-guard.hpp | |
parent | 949d847ed9df6d2d2a7931f3f69014aa56a5ab7c (diff) |
compat/util: remove our make_unique custom impl
Diffstat (limited to 'compat/ndebug-guard.hpp')
-rw-r--r-- | compat/ndebug-guard.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compat/ndebug-guard.hpp b/compat/ndebug-guard.hpp index 209177b3..e38fd0fe 100644 --- a/compat/ndebug-guard.hpp +++ b/compat/ndebug-guard.hpp @@ -1,3 +1,5 @@ #ifdef NDEBUG # error "NDEBUG defined, don't define it" #endif + +#include <cassert> |