From 62365ee9e9df0b850ea9edeebbad9b3794cb2c85 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Tue, 31 May 2011 00:24:23 -0400 Subject: [PATCH] Get this code ready. Future commits may be in big batches as segments are brought in one at a time. This is going to take until at least the next night. --- src/TimingData.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TimingData.h b/src/TimingData.h index e65bcfbf16..3f9c35d7cc 100644 --- a/src/TimingData.h +++ b/src/TimingData.h @@ -2,6 +2,7 @@ #define TIMING_DATA_H #include "NoteTypes.h" +#include "TimingSegments.h" #include "PrefsManager.h" struct lua_State;