From 3dea7e2bfa54f5e76edb4c7dd8f519e7a73c2397 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Fri, 4 Oct 2024 18:18:13 -0400 Subject: [PATCH] modellist: fix missing #include Signed-off-by: Jared Van Bortel --- gpt4all-chat/src/modellist.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gpt4all-chat/src/modellist.cpp b/gpt4all-chat/src/modellist.cpp index 226c7202..4d2bd17c 100644 --- a/gpt4all-chat/src/modellist.cpp +++ b/gpt4all-chat/src/modellist.cpp @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include