mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-06 10:53:50 +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)
|
||||
#define SEARCH_H_INCLUDED
|
||||
|
||||
#include <cstring>
|
||||
#include <vector>
|
||||
|
||||
#include "move.h"
|
||||
#include "types.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
class Position;
|
||||
struct SplitPoint;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user