Merge branch 'master' into clusterMergeMaster5

This commit is contained in:
Joost VandeVondele
2019-03-21 07:13:00 +01:00
16 changed files with 195 additions and 164 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
/*
Stockfish, a UCI chess playing engine derived from Glaurung 2.1
Copyright (c) 2013 Ronald de Man
Copyright (C) 2016-2018 Marco Costalba, Lucas Braesch
Copyright (C) 2016-2019 Marco Costalba, Lucas Braesch
Stockfish is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -33,7 +33,7 @@
#include "../movegen.h"
#include "../position.h"
#include "../search.h"
#include "../thread_win32.h"
#include "../thread_win32_osx.h"
#include "../types.h"
#include "../uci.h"