main: fix spurious premature parse aborts in array mode
[project/jsonpath.git] / matcher.h
index 468ddf28fdf05ef1bcc86701dd78b1b1c37b13f6..aac21b935fb4e89872b71e23f66228231e7cda1e 100644 (file)
--- a/matcher.h
+++ b/matcher.h
@@ -19,6 +19,8 @@
 
 #include <string.h>
 #include <stdbool.h>
+#include <stdio.h>
+#include <regex.h>
 
 #ifdef JSONC
        #include <json.h>