소스 검색

Fixed lookup compilation issues on Windows (#6273)

Johannes Gäßler 1 년 전
부모
커밋
7aed0ffe68
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      common/ngram-cache.cpp

+ 2 - 0
common/ngram-cache.cpp

@@ -1,6 +1,8 @@
 #include "ngram-cache.h"
 #include "ngram-cache.h"
+#include "common.h"
 #include "log.h"
 #include "log.h"
 
 
+#include <cstdint>
 #include <fstream>
 #include <fstream>
 
 
 void llama_ngram_cache_update(llama_ngram_cache & ngram_cache, int ngram_min, int ngram_max,
 void llama_ngram_cache_update(llama_ngram_cache & ngram_cache, int ngram_min, int ngram_max,