what are you on, MSVC?

This commit is contained in:
tildearrow 2025-10-30 05:02:54 -05:00
parent 3a0fe2dec7
commit 1720a519f0

View file

@ -19,6 +19,7 @@
#include "song.h"
#include "../ta-log.h"
#include <chrono>
DivSongTimestamps::Timestamp DivSongTimestamps::getTimes(int order, int row) {
if (order<0 || order>=DIV_MAX_PATTERNS) return Timestamp(-1,0);