mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-16 15:16:25 +08:00
Include <cstring> in search.h
Now we use memset() directly there. Spotted by Justin Blanchard. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -20,11 +20,12 @@
|
|||||||
#if !defined(SEARCH_H_INCLUDED)
|
#if !defined(SEARCH_H_INCLUDED)
|
||||||
#define SEARCH_H_INCLUDED
|
#define SEARCH_H_INCLUDED
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
#include "move.h"
|
#include "move.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
class Position;
|
class Position;
|
||||||
struct SplitPoint;
|
struct SplitPoint;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user