X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=447872ab2e40c2c7521ee923c387d9a91212a374;hp=3c7cf0f2a9cad7d33ebb33e664090bbdf4f8f517;hb=ec36b8dea91f2a7a9c5914557fa06435e00e67db;hpb=aea2fde6117be2fbda1caa62c842dea766780be5 diff --git a/src/position.h b/src/position.h index 3c7cf0f2..447872ab 100644 --- a/src/position.h +++ b/src/position.h @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2014 Marco Costalba, Joona Kiiski, Tord Romstad + Copyright (C) 2008-2015 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -22,6 +22,7 @@ #include #include // For offsetof() +#include #include "bitboard.h" #include "types.h"