mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 19:49:14 +00: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:
parent
9bacd921fa
commit
e870afa5d5
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue