mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-27 12:36:15 +08:00
Add src to include paths, remove non-standard ".." in includes in learn directory.
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
|
||||
#if defined(EVAL_LEARN)
|
||||
|
||||
#include <vector>
|
||||
|
||||
// ----------------------
|
||||
// Floating point for learning
|
||||
// ----------------------
|
||||
@@ -39,9 +37,10 @@ using LearnFloatType = float;
|
||||
|
||||
#include "packed_sfen.h"
|
||||
|
||||
#include "../position.h"
|
||||
#include "position.h"
|
||||
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
|
||||
namespace Learner
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user