Skip to content

Commit 56b724e

Browse files
committed
includes missing headers
1 parent 5444113 commit 56b724e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/nnue/KPNNUE.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <algorithm>
88
#include <immintrin.h>
99
#include <sstream>
10+
#include <cstring>
1011

1112
#define PAWNPHASE 0
1213
#define KNIGHTPHASE 1

src/uci_commands.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "perft.h"
44
#include <iostream>
55
#include <thread>
6+
#include <climits>
67

78

89

0 commit comments

Comments
 (0)