diff --git a/eproperty/details/Value.cpp b/eproperty/details/Value.cpp index eaf8c2f..46d9ff3 100644 --- a/eproperty/details/Value.cpp +++ b/eproperty/details/Value.cpp @@ -11,6 +11,8 @@ #include #include #include +#include +#include // void generic properties template class eproperty::Value; @@ -46,3 +48,6 @@ template class eproperty::Value>; template class eproperty::Value>; template class eproperty::Value>; template class eproperty::Value>; + +template class eproperty::Value; +template class eproperty::Value; \ No newline at end of file