From b020ebf5b59639b5cc2fee4fe46ca52cd118f7c9 Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Sun, 2 Jun 2024 22:36:41 +0800 Subject: [PATCH] :bug: fix weird error on mac build --- src/nasal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nasal.h b/src/nasal.h index a324ad5..664200d 100644 --- a/src/nasal.h +++ b/src/nasal.h @@ -4,6 +4,7 @@ #define __nasver__ "11.2" #endif +#include #include // abbreviation of some useful basic type