add missing includes

This commit is contained in:
Glenn Maynard
2002-09-07 11:43:36 +00:00
parent 1f112d3c25
commit 8bbcb59e49
3 changed files with 6 additions and 0 deletions
+3
View File
@@ -5,6 +5,9 @@
#include "RageException.h"
#include "MsdFile.h"
#include "RageLog.h"
#include "RageUtil.h"
#include "NoteData.h"
#include "NoteTypes.h"
bool KSFLoader::LoadFromKSFFile( const CString &sPath, Notes &out )
{