diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-04-29 16:05:09 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-04-29 16:05:18 +0200 |
commit | ef7a777660034a142f24a5edc63d06f25d4d0562 (patch) | |
tree | 25783296bdf2c2ff08bde2e64072ca85e4e8942d /compat/util.hpp | |
parent | 057cf55a2a24477251fc947db6981fc8f1a6cfe6 (diff) |
compat/meta: add basic template metaprogramming header
Diffstat (limited to 'compat/util.hpp')
-rw-r--r-- | compat/util.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/util.hpp b/compat/util.hpp index 60427b53..3adebd5b 100644 --- a/compat/util.hpp +++ b/compat/util.hpp @@ -2,6 +2,7 @@ #include "ndebug-guard.hpp" #include "run-in-thread.hpp" +#include "meta.hpp" #include <memory> #include <cmath> |