Add src to include paths, remove non-standard ".." in includes in learn directory.

This commit is contained in:
Tomasz Sobczyk
2020-09-11 12:23:29 +02:00
committed by nodchip
parent 3c87d4fa9b
commit 98f24570ab
11 changed files with 64 additions and 54 deletions

View File

@@ -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
{