aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-05-19 21:17:28 +0300
committerGeorgi Gerganov <ggerganov@gmail.com>2023-05-19 21:17:28 +0300
commit6986c7835adc13ba3f9d933b95671bb1f3984dc6 (patch)
tree56d621f56fddaea46867f3c7139a929c71defde1
parent943e6081cc939df7584f8f0ab7057a39c2ef3271 (diff)
tests : add missing header
-rw-r--r--tests/test-sampling.cpp1
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>