From 2ed9941ecbaef37b5870f85656e521db5ea27684 Mon Sep 17 00:00:00 2001 From: magicse Date: Mon, 3 Feb 2025 00:18:43 +0200 Subject: [PATCH] Update common.cpp add #include as it was in earlier versions of common.cpp. Without this under Windows (gcc mingw) didn't work ctl+c in cmd. --- common/common.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/common/common.cpp b/common/common.cpp index 6c81d18f9..2974dd2da 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -57,6 +57,7 @@ #if defined(LLAMA_USE_CURL) #include #include +#include #include #endif