summaryrefslogtreecommitdiff
path: root/src/support/small_vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/support/small_vector.h')
-rw-r--r--src/support/small_vector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/support/small_vector.h b/src/support/small_vector.h
index b919d281b..e746700bf 100644
--- a/src/support/small_vector.h
+++ b/src/support/small_vector.h
@@ -23,6 +23,7 @@
#define wasm_support_small_vector_h
#include <array>
+#include <cassert>
#include <iterator>
#include <vector>