Author: Steffen Möller
Last-Update: 2020-09-06 14:39:12 +0200
Description: Add missing "#include <cassert>"

Index: hnswlib-0.4.0/hnswlib/hnswalg.h
===================================================================
--- hnswlib-0.4.0.orig/hnswlib/hnswalg.h
+++ hnswlib-0.4.0/hnswlib/hnswalg.h
@@ -1,5 +1,6 @@
 #pragma once
 
+#include <cassert>
 #include "visited_list_pool.h"
 #include "hnswlib.h"
 #include <atomic>
