mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
fixed windows build errors
This commit is contained in:
@@ -110,7 +110,7 @@ BASIC_TYPE_SERIALIZER(bool);
|
||||
// unsigned __int64 ~= unsigned long long
|
||||
// Will throw error on VS2013
|
||||
#if _MSC_VER != 1800
|
||||
BASIC_TYPE_SERIALIZER(unsigned __int64);
|
||||
//BASIC_TYPE_SERIALIZER(unsigned __int64);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user