diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-22 14:24:50 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-22 14:25:28 +0200 |
commit | ddfbef12b81926be3f2eecf31222ad6eaca6a29a (patch) | |
tree | 098e30eee526b80342954b0c1fc2425696a7a1b2 /compat/util.hpp | |
parent | 76bd17e3c095e2379daf893427cb3d9d277a064e (diff) |
compat: add compatibility layer for value templates
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 a6bf5113..2dcc3a2a 100644 --- a/compat/util.hpp +++ b/compat/util.hpp @@ -5,6 +5,7 @@ #include "meta.hpp" #include "functional.hpp" #include "macros.hpp" +#include "value-templates.hpp" #include <memory> #include <cmath> |