]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Fixed lookup compilation issues on Windows (#6273)
authorJohannes Gäßler <redacted>
Sun, 24 Mar 2024 13:21:17 +0000 (14:21 +0100)
committerGitHub <redacted>
Sun, 24 Mar 2024 13:21:17 +0000 (14:21 +0100)
common/ngram-cache.cpp

index 20703d30638221314f225497861d95735a3b0522..3ca112ef1613d8a0ad5b4189c627c754964af5b7 100644 (file)
@@ -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,