Skip to content

Commit 0859c53

Browse files
committed
Add cmath include
1 parent 272ffdb commit 0859c53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/llama-vocab.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <cassert>
1212
#include <cctype>
1313
#include <cfloat>
14+
#include <cmath>
1415
#include <cstdarg>
1516
#include <cstring>
1617
#include <forward_list>

0 commit comments

Comments
 (0)