From b079b293f7b3f8b5de08ef43076334c088cacbef Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Sun, 14 Jun 2026 19:22:32 -0400 Subject: [PATCH] Include for malloc and free in lib.cpp --- src/lib.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.cpp b/src/lib.cpp index c2fb753..9a3adf3 100644 --- a/src/lib.cpp +++ b/src/lib.cpp @@ -1,3 +1,5 @@ +#include + #include "parser3.h" #include "weaseljson.h"