Procházet zdrojové kódy

tests : add missing header

Georgi Gerganov před 2 roky
rodič
revize
6986c7835a
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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>