From: Johannes Gäßler Date: Sun, 24 Mar 2024 13:21:17 +0000 (+0100) Subject: Fixed lookup compilation issues on Windows (#6273) X-Git-Tag: upstream/0.0.4488~1966 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=7aed0ffe6855e9cadcf413f288753af4566bfeb8;p=pkg%2Fggml%2Fsources%2Fllama.cpp Fixed lookup compilation issues on Windows (#6273) --- diff --git a/common/ngram-cache.cpp b/common/ngram-cache.cpp index 20703d30..3ca112ef 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,