summaryrefslogtreecommitdiff
path: root/src/sexpr
diff options
context:
space:
mode:
Diffstat (limited to 'src/sexpr')
-rw-r--r--src/sexpr/variant.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sexpr/variant.hpp b/src/sexpr/variant.hpp
index 04f35dc..50ee77f 100644
--- a/src/sexpr/variant.hpp
+++ b/src/sexpr/variant.hpp
@@ -111,6 +111,7 @@ namespace sexpr
template<class F, class... V>
void apply(Void&& r, F&& f, V&&... v);
} // namespace sexpr
+using sexpr::Variant;
} // namespace tmwa
#include "variant.tcc"