summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-03-18 19:55:35 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2025-03-18 19:55:35 +0200
commit01e937026878e7453c367b00211bfc12b8b3674a (patch)
treeb39d8fe52b8f251495ee829c4578232de15c83b6
parente43583a9912deb9caaa415a5f0dfef19735a4f99 (diff)
downloadconts-01e937026878e7453c367b00211bfc12b8b3674a.tar.gz
conts-01e937026878e7453c367b00211bfc12b8b3674a.zip
include assert.h
-rw-r--r--include/conts/sptree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conts/sptree.h b/include/conts/sptree.h
index bbb2281..c9ca7a9 100644
--- a/include/conts/sptree.h
+++ b/include/conts/sptree.h
@@ -1,4 +1,5 @@
#include <stdint.h>
+#include <assert.h>
#include <stdlib.h>
#include <stddef.h>
#include <stdbool.h>