From 7aed0ffe6855e9cadcf413f288753af4566bfeb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20G=C3=A4=C3=9Fler?= Date: Sun, 24 Mar 2024 14:21:17 +0100 Subject: [PATCH] Fixed lookup compilation issues on Windows (#6273) --- common/ngram-cache.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/ngram-cache.cpp b/common/ngram-cache.cpp index 20703d306..3ca112ef1 100644 --- a/common/ngram-cache.cpp +++ b/common/ngram-cache.cpp @@ -1,6 +1,8 @@ #include "ngram-cache.h" +#include "common.h" #include "log.h" +#include #include void llama_ngram_cache_update(llama_ngram_cache & ngram_cache, int ngram_min, int ngram_max,