From e5805ae06442524ef6ecb525c7299b7a2c41782c Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Mon, 10 Apr 2023 15:04:40 -0400 Subject: [PATCH] Compile fix for MacOSX. --- gptj.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gptj.h b/gptj.h index 884c9c4f..b3a42406 100644 --- a/gptj.h +++ b/gptj.h @@ -4,6 +4,7 @@ #include #include #include +#include class GPTJPrivate; class GPTJ {