Fix missing header

This commit is contained in:
Corentin Jabot 2021-06-16 15:31:42 +02:00
parent 75fd208299
commit 98d728fb52
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "SuperPellets.hpp"
#include <algorithm>
SuperPellets::SuperPellets(const Board & board)
: positions(board.initialSuperPelletPositions()) {}