From 451a56b0c65cf5ddcac3cb11b968da2c4f0e4d97 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sun, 1 Jul 2012 15:27:50 -0500 Subject: [PATCH] fix case; fixes linux build --- src/Song.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Song.cpp b/src/Song.cpp index 080f55a4dc..d7be9ab51f 100644 --- a/src/Song.cpp +++ b/src/Song.cpp @@ -27,7 +27,7 @@ #include "NotesLoaderSM.h" #include "NotesLoaderSSC.h" #include "NotesWriterDWI.h" -#include "NotesWriterJSON.h" +#include "NotesWriterJson.h" #include "NotesWriterSM.h" #include "NotesWriterSSC.h" #include "UnlockManager.h"