Skip to content

Commit 895f316

Browse files
committed
fix mingw x86_64 build
1 parent 894c1b9 commit 895f316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cpp/flann/util/serialization.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ BASIC_TYPE_SERIALIZER(int);
102102
BASIC_TYPE_SERIALIZER(unsigned int);
103103
BASIC_TYPE_SERIALIZER(long);
104104
BASIC_TYPE_SERIALIZER(unsigned long);
105+
BASIC_TYPE_SERIALIZER(unsigned long long);
105106
BASIC_TYPE_SERIALIZER(float);
106107
BASIC_TYPE_SERIALIZER(double);
107108
BASIC_TYPE_SERIALIZER(bool);

0 commit comments

Comments
 (0)