tests : add missing header

This commit is contained in:
Georgi Gerganov 2023-05-19 21:17:28 +03:00
parent 943e6081cc
commit 6986c7835a
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -5,6 +5,7 @@
#undef NDEBUG
#endif
#include <cmath>
#include <numeric>
#include <cassert>
#include <iostream>