From eec906aa057b63c566b2fa81a35d3c7c572c001c Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Thu, 5 Oct 2023 18:37:33 -0400 Subject: [PATCH] Speculative fix for build on mac. --- gpt4all-backend/mpt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gpt4all-backend/mpt.cpp b/gpt4all-backend/mpt.cpp index fac3163f..ac4d4282 100644 --- a/gpt4all-backend/mpt.cpp +++ b/gpt4all-backend/mpt.cpp @@ -28,6 +28,7 @@ #include #include #include +#include #include #include