mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 03:26:24 +08:00
Add missing include to make MSVC compile
This commit is contained in:
@@ -41,6 +41,7 @@ THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#include <array>
|
||||
#include <limits>
|
||||
#include <climits>
|
||||
#include <optional>
|
||||
|
||||
#if (defined(_MSC_VER) || defined(__INTEL_COMPILER)) && !defined(__clang__)
|
||||
#include <intrin.h>
|
||||
@@ -7196,4 +7197,4 @@ namespace binpack
|
||||
|
||||
std::cout << "Finished. Converted " << numProcessedPositions << " positions.\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user