From 98d728fb525d82ce4c3fe06d26812b6593ca12fe Mon Sep 17 00:00:00 2001 From: Corentin Jabot Date: Wed, 16 Jun 2021 15:31:42 +0200 Subject: [PATCH] Fix missing header --- lib/SuperPellets.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/SuperPellets.cpp b/lib/SuperPellets.cpp index 578f23b..3f6fd3c 100644 --- a/lib/SuperPellets.cpp +++ b/lib/SuperPellets.cpp @@ -1,4 +1,5 @@ #include "SuperPellets.hpp" +#include SuperPellets::SuperPellets(const Board & board) : positions(board.initialSuperPelletPositions()) {}