From 4b0042df7784dee1c0f432640d6012dda34fa094 Mon Sep 17 00:00:00 2001 From: antpoms <148887171+antpoms@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:03:06 +0200 Subject: [PATCH] il manquait un include --- SimpleGame/src/Source/TilePattern.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SimpleGame/src/Source/TilePattern.cpp b/SimpleGame/src/Source/TilePattern.cpp index 2b773cb..7fb352d 100644 --- a/SimpleGame/src/Source/TilePattern.cpp +++ b/SimpleGame/src/Source/TilePattern.cpp @@ -5,6 +5,7 @@ #include #include #include +#include NotePlaceEnum getNotePlacement(int index, int notePitch, int prevPitch, NotePlaceEnum prevPlacement) {