Skip to content

Commit 40f31da

Browse files
authored
Merge pull request #231 from jwimberley/cassert_beaver_gcc730_fix
Adding cassert include in header to fix Bionic/gcc730 compilation
2 parents 92e5b74 + a35fcb5 commit 40f31da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hnswlib/hnswalg.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <atomic>
66
#include <random>
77
#include <stdlib.h>
8+
#include <assert.h>
89
#include <unordered_set>
910
#include <list>
1011

0 commit comments

Comments
 (0)