From ca0b3c775841bb67c4757339f2ca1019efba0e20 Mon Sep 17 00:00:00 2001 From: Daniel Larimer Date: Thu, 29 May 2014 10:54:42 -0400 Subject: [PATCH] adding reflect typename to fc::microseconds --- include/fc/time.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/fc/time.hpp b/include/fc/time.hpp index 22e577f..34a635b 100644 --- a/include/fc/time.hpp +++ b/include/fc/time.hpp @@ -116,6 +116,7 @@ namespace fc { #include FC_REFLECT_TYPENAME( fc::time_point ) +FC_REFLECT_TYPENAME( fc::microseconds ) FC_REFLECT_TYPENAME( fc::time_point_sec ) #ifdef _MSC_VER