From 80138d90073f8ed3978f8688ed856a12e6509247 Mon Sep 17 00:00:00 2001 From: ochafik Date: Mon, 30 Dec 2024 04:10:20 +0000 Subject: [PATCH] Add missing include --- common/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/common.h b/common/common.h index 7747d66d5..2693b805e 100644 --- a/common/common.h +++ b/common/common.h @@ -5,6 +5,7 @@ #include "llama.h" #include "chat-template.hpp" +#include #include #include #include