diff --git a/lib/binary/reflector.h b/lib/binary/reflector.h index 8022fc8..a857d4c 100644 --- a/lib/binary/reflector.h +++ b/lib/binary/reflector.h @@ -17,7 +17,6 @@ #include #include #include -#include #include namespace ReflectiveRapidJSON { @@ -56,8 +55,8 @@ public: using CppUtilities::BinaryReader::read; template > * = nullptr> void read(Type &pair); - template > * = nullptr> void read(Type &pair); - template > * = nullptr> void read(Type &pair); + template > * = nullptr> void read(Type &pointer); + template > * = nullptr> void read(Type &pointer); template , Traits::IsResizable> * = nullptr> void read(Type &iteratable); template , IsMultiMapOrHash> * = nullptr> void read(Type &iteratable); template