diff --git a/include/fc/safe.hpp b/include/fc/safe.hpp index be606c3..6223e7f 100644 --- a/include/fc/safe.hpp +++ b/include/fc/safe.hpp @@ -1,5 +1,6 @@ #pragma once #include +#include namespace fc { @@ -62,3 +63,5 @@ namespace fc { }; } + +FC_REFLECT_TEMPLATE( (typename T), safe, (value) )