diff --git a/games/breakout/common.h b/games/breakout/common.h index 45153eb..e4297e0 100644 --- a/games/breakout/common.h +++ b/games/breakout/common.h @@ -30,6 +30,7 @@ #include "../../util.h" #include "../../menu/menu.h" #include "../../pixel.h" +#include "../../scrolltext/scrolltext.h" #include "config.h" #include "ball.h" #include "playfield.h"