Skip to content

Commit a35fcb5

Browse files
author
Jack Wimberley
committed
Adding cassert include in header to fix compilation error on Ubuntu 18.04 with g++ 7.3.0
1 parent 3c6a84f commit a35fcb5

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)