src/json.c

changeset 1586
7f1cadc3ebc1
parent 1585
8ccfbc00f690
child 1591
ef2f47fc5f0c
--- a/src/json.c	Sat Dec 13 13:55:27 2025 +0100
+++ b/src/json.c	Sat Dec 13 15:16:25 2025 +0100
@@ -452,6 +452,8 @@
     return ret;
 }
 
+#include "cx/hash_map.h"
+
 static CxJsonObject json_create_object_map(const CxAllocator *allocator) {
     CxMap *map = cxKvListCreateAsMap(allocator, NULL, CX_STORE_POINTERS);
     if (map == NULL) return NULL; // LCOV_EXCL_LINE

mercurial