Skip to content

Commit 45d60e1

Browse files
committed
cont : fix headers
1 parent bed0f57 commit 45d60e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/llama-kv-cells.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55

66
#include <bitset>
77
#include <cassert>
8-
#include <vector>
9-
#include <set>
8+
#include <cstring>
109
#include <map>
10+
#include <set>
11+
#include <vector>
1112

1213
struct llama_kv_cell_ext {
1314
// 2D spatial positions, typically used for M-RoPE

0 commit comments

Comments
 (0)