From 78eb52a75c931e86f6343f8d2cfc4b659b00af16 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 26 Jun 2006 10:57:26 +0000 Subject: [PATCH] Add missing header. --- stepmania/src/ScoreKeeperNormal.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ScoreKeeperNormal.cpp b/stepmania/src/ScoreKeeperNormal.cpp index 626e3fa602..7799124823 100644 --- a/stepmania/src/ScoreKeeperNormal.cpp +++ b/stepmania/src/ScoreKeeperNormal.cpp @@ -8,6 +8,7 @@ #include "Course.h" #include "SongManager.h" #include "NoteDataUtil.h" +#include "NoteData.h" #include "RageLog.h" #include "StageStats.h" #include "ProfileManager.h"