Index: head/games/blokish/files/patch-src_ai.cpp =================================================================== --- head/games/blokish/files/patch-src_ai.cpp (revision 486057) +++ head/games/blokish/files/patch-src_ai.cpp (revision 486058) @@ -1,11 +1,11 @@ --- src/ai.cpp.orig 2018-10-31 18:46:12 UTC +++ src/ai.cpp @@ -22,6 +22,8 @@ /* This file is contains the AI logic. */ + #include "ai.h" +#include +#include - #include "ai.h" AI::AI(BlokishBoard &board)