Skip to content

Commit 331b3cd

Browse files
committed
Merge pull request flann-lib#206 from xantares/master
fix mingw x86_64 build
2 parents 794c83a + 895f316 commit 331b3cd

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)