1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 16:23:09 +00:00

Add cmath header to movepick.h

No functional change
This commit is contained in:
Disservin 2024-03-20 16:36:10 +01:00
parent 8e61d70499
commit 7e427639ce

View file

@ -22,6 +22,7 @@
#include <algorithm>
#include <array>
#include <cassert>
#include <cmath>
#include <cstdint>
#include <cstdlib>
#include <limits>