diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-05-19 21:17:28 +0300 |
---|---|---|
committer | Georgi Gerganov <ggerganov@gmail.com> | 2023-05-19 21:17:28 +0300 |
commit | 6986c7835adc13ba3f9d933b95671bb1f3984dc6 (patch) | |
tree | 56d621f56fddaea46867f3c7139a929c71defde1 | |
parent | 943e6081cc939df7584f8f0ab7057a39c2ef3271 (diff) |
tests : add missing header
-rw-r--r-- | tests/test-sampling.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-sampling.cpp b/tests/test-sampling.cpp index ebfc17c..0e67512 100644 --- a/tests/test-sampling.cpp +++ b/tests/test-sampling.cpp @@ -5,6 +5,7 @@ #undef NDEBUG #endif +#include <cmath> #include <numeric> #include <cassert> #include <iostream> |