From: Georgi Gerganov Date: Sat, 16 Nov 2024 21:40:39 +0000 (+0200) Subject: ggml : inttypes.h -> cinttypes (llama/0) X-Git-Tag: upstream/1.7.4~194 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=bd574b05afeb90a521d1cadf9daeb63e7b25cf83;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ggml : inttypes.h -> cinttypes (llama/0) ggml-ci --- 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