From bd574b05afeb90a521d1cadf9daeb63e7b25cf83 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 16 Nov 2024 23:40:39 +0200 Subject: [PATCH] ggml : inttypes.h -> cinttypes (llama/0) ggml-ci --- ggml/src/ggml-opt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-opt.cpp b/ggml/src/ggml-opt.cpp index 808aa0d0..040205a3 100644 --- a/ggml/src/ggml-opt.cpp +++ b/ggml/src/ggml-opt.cpp @@ -8,7 +8,7 @@ #include #include #include -#include +#include #include #include #include