Parcourir la source

Fixed lookup compilation issues on Windows (#6273)

Johannes Gäßler il y a 1 an
Parent
commit
7aed0ffe68
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      common/ngram-cache.cpp

+ 2 - 0
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,