From: Chris Peterson Date: Tue, 16 Dec 2025 07:37:55 +0000 (-0800) Subject: llama: Include algorithm header needed for C++23 (#18078) X-Git-Tag: upstream/0.0.7446~23 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2aa45ef9e31069ea0a7d0fef7ce858facdf25218;p=pkg%2Fggml%2Fsources%2Fllama.cpp llama: Include algorithm header needed for C++23 (#18078) --- diff --git a/src/llama-hparams.cpp b/src/llama-hparams.cpp index 96c9598c..83d6d6ee 100644 --- a/src/llama-hparams.cpp +++ b/src/llama-hparams.cpp @@ -2,6 +2,7 @@ #include "ggml.h" +#include #include void llama_hparams::set_swa_pattern(uint32_t n_pattern, bool dense_first) {