From 9fe6fc3782707c4ee73229d214744773c76c2c12 Mon Sep 17 00:00:00 2001 From: Iwan Kawrakow Date: Thu, 20 Mar 2025 16:57:38 +0200 Subject: [PATCH] Add missing include --- ggml/src/iqk/iqk_quantize.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml/src/iqk/iqk_quantize.cpp b/ggml/src/iqk/iqk_quantize.cpp index e8d5f3c4..5e657f4a 100644 --- a/ggml/src/iqk/iqk_quantize.cpp +++ b/ggml/src/iqk/iqk_quantize.cpp @@ -25,6 +25,7 @@ #include #include #include +#include #if defined(_MSC_VER) #pragma warning(disable: 4244 4267) // possible loss of data