瀏覽代碼

tests : add missing header

Georgi Gerganov 2 年之前
父節點
當前提交
6986c7835a
共有 1 個文件被更改,包括 1 次插入0 次删除
  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>