mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 11:36:51 +08:00
Include <climits> for CHAR_BIT. Test both formats in instrumented learn.
This commit is contained in:
@@ -40,6 +40,7 @@ THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#include <cassert>
|
||||
#include <array>
|
||||
#include <limits>
|
||||
#include <climits>
|
||||
|
||||
#if (defined(_MSC_VER) || defined(__INTEL_COMPILER)) && !defined(__clang__)
|
||||
#include <intrin.h>
|
||||
|
||||
Reference in New Issue
Block a user