diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/ngram-cache.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 <cstdint> #include <fstream> void llama_ngram_cache_update(llama_ngram_cache & ngram_cache, int ngram_min, int ngram_max, |