Skip to content

Commit c8014f3

Browse files
committed
Fix compilation with Visual Studion x64
1 parent 40d63fc commit c8014f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cpp/flann/util/serialization.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ BASIC_TYPE_SERIALIZER(unsigned long);
8989
BASIC_TYPE_SERIALIZER(float);
9090
BASIC_TYPE_SERIALIZER(double);
9191
BASIC_TYPE_SERIALIZER(bool);
92+
#ifdef _MSC_VER
93+
BASIC_TYPE_SERIALIZER(unsigned __int64);
94+
#endif
9295

9396

9497

0 commit comments

Comments
 (0)