From 1720a519f097bdea1ae3f24eb98223330f78b447 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 30 Oct 2025 05:02:54 -0500 Subject: [PATCH] what are you on, MSVC? --- src/engine/song.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/engine/song.cpp b/src/engine/song.cpp index d22022dd1..0da55424a 100644 --- a/src/engine/song.cpp +++ b/src/engine/song.cpp @@ -19,6 +19,7 @@ #include "song.h" #include "../ta-log.h" +#include DivSongTimestamps::Timestamp DivSongTimestamps::getTimes(int order, int row) { if (order<0 || order>=DIV_MAX_PATTERNS) return Timestamp(-1,0);