]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
common : add missing <fstream> include in common.h (#25220)
authorzhangrunda <redacted>
Tue, 7 Jul 2026 13:23:53 +0000 (21:23 +0800)
committerGitHub <redacted>
Tue, 7 Jul 2026 13:23:53 +0000 (15:23 +0200)
Signed-off-by: zhangrunda <redacted>
common/common.h

index 2adb310b83feeb6f2a5f7aec47ef95666def6573..b7d85b5dd1d9e7b4875ecba5bac1d1971e5df338 100644 (file)
@@ -14,6 +14,7 @@
 #include <vector>
 #include <map>
 #include <algorithm>
+#include <fstream>
 
 #if defined(_WIN32) && !defined(_WIN32_WINNT)
 #define _WIN32_WINNT 0x0A00