From 56aa93c266b18e8cd9dc0868086856c52ebfba79 Mon Sep 17 00:00:00 2001 From: ochafik Date: Tue, 21 Jan 2025 00:08:22 +0000 Subject: [PATCH] fix std imports for gcc build --- common/common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/common.h b/common/common.h index 3035dfb24..19c1bada0 100644 --- a/common/common.h +++ b/common/common.h @@ -4,6 +4,8 @@ #include "llama-cpp.h" +#include +#include #include #include #include