mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 03:57:45 +00: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