Skip to content

Commit 736e0e6

Browse files
committed
llama.cpp: Add a missing header for cpp23
1 parent acb2c32 commit 736e0e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unicode.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "unicode.h"
66
#include "unicode-data.h"
77

8+
#include <algorithm>
89
#include <cassert>
910
#include <cstddef>
1011
#include <cstdint>

0 commit comments

Comments
 (0)