From e2de771b2abfd11d23699b2f7c3f0924741ef98a Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:30:25 +0800 Subject: [PATCH] fixed a missing header --- gpttype_adapter.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gpttype_adapter.cpp b/gpttype_adapter.cpp index 83ae65a21..c3edcdb3a 100644 --- a/gpttype_adapter.cpp +++ b/gpttype_adapter.cpp @@ -33,6 +33,10 @@ #include "utils.h" #include "llmutils.h" +#ifdef GGML_USE_CUDA +# include "ggml-cuda.h" +#endif + #include "llama_v2.cpp" #include "llama_v3.cpp" #include "gptj_v1.cpp"