Skip to content

Commit 791fa52

Browse files
Fix: add include for ubuntu
1 parent 9113f6b commit 791fa52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/eval-callback/eval-callback.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "llama.h"
55
#include "ggml.h"
66
#include "sampling.h"
7+
#include <algorithm>
78

89
#include <cstdio>
910
#include <string>

0 commit comments

Comments
 (0)