From 46ce567afad91e88b1073dca431680607e975122 Mon Sep 17 00:00:00 2001 From: chraac Date: Wed, 26 Nov 2025 00:56:23 +0800 Subject: [PATCH] add missing include to fix weak symbol warning --- ggml/src/ggml-hexagon/htp-utils.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ggml/src/ggml-hexagon/htp-utils.h b/ggml/src/ggml-hexagon/htp-utils.h index 1a48f5dcbd..7bbae3a0b7 100644 --- a/ggml/src/ggml-hexagon/htp-utils.h +++ b/ggml/src/ggml-hexagon/htp-utils.h @@ -8,6 +8,7 @@ extern "C" { #include #include #include +#include #include /* Offset to differentiate HLOS and Hexagon error codes.