]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
unicode : add <algorithm> (#9508)
authorYuri Khrustalev <redacted>
Tue, 17 Sep 2024 06:51:15 +0000 (02:51 -0400)
committerGitHub <redacted>
Tue, 17 Sep 2024 06:51:15 +0000 (09:51 +0300)
src/unicode.cpp

index 46650bff06d15e9146888c332e4c79913ef09fcb..f4e941cd152611034ade3d0f7462f15d320e8ab2 100644 (file)
@@ -5,6 +5,7 @@
 #include "unicode.h"
 #include "unicode-data.h"
 
+#include <algorithm>
 #include <cassert>
 #include <cstddef>
 #include <cstdint>