qwen4exp: include llama-impl.h explicitly for llama_mul_mat_hadamard

(cherry picked from commit b634fd4d250d181ef82bf78bd00c1ae3b96a7af6)
This commit is contained in:
danielhanchen
2026-08-27 01:09:27 +00:00
committed by Daniel Han
parent 24ea62df44
commit 0b19188e93
+1
View File
@@ -1,4 +1,5 @@
#include "models.h"
#include "llama-impl.h"
#include "llama-memory-hybrid-idx.h"
#include "llama-memory-recurrent.h"