Parcourir la source

tests : add missing header

Georgi Gerganov il y a 2 ans
Parent
commit
6986c7835a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      tests/test-sampling.cpp

+ 1 - 0
tests/test-sampling.cpp

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