mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 00:33:09 +00:00
Add cmath header to movepick.h
No functional change
This commit is contained in:
parent
8e61d70499
commit
7e427639ce
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
#include <cmath>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
|
Loading…
Add table
Reference in a new issue