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);