Fix missing header
This commit is contained in:
parent
75fd208299
commit
98d728fb52
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#include "SuperPellets.hpp"
|
#include "SuperPellets.hpp"
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
SuperPellets::SuperPellets(const Board & board)
|
SuperPellets::SuperPellets(const Board & board)
|
||||||
: positions(board.initialSuperPelletPositions()) {}
|
: positions(board.initialSuperPelletPositions()) {}
|
||||||
|
|
Loading…
Reference in a new issue