mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 15:29:43 +00:00
tests : add missing header
This commit is contained in:
parent
943e6081cc
commit
6986c7835a
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#undef NDEBUG
|
||||
#endif
|
||||
|
||||
#include <cmath>
|
||||
#include <numeric>
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
|
|
Loading…
Reference in a new issue