Skip to content

Commit 2921e85

Browse files
committed
cont : fix includes
ggml-ci
1 parent ef3e535 commit 2921e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/llama-kv-cache-recurrent.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
#include "llama-impl.h"
44
#include "llama-batch.h"
5-
#include "llama-cparams.h"
65
#include "llama-model.h"
76

7+
#include <algorithm>
88
#include <cassert>
9-
#include <cmath>
9+
#include <limits>
1010
#include <map>
1111
#include <stdexcept>
1212

0 commit comments

Comments
 (0)