add missing includes
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
#include "RageException.h"
|
#include "RageException.h"
|
||||||
#include "MsdFile.h"
|
#include "MsdFile.h"
|
||||||
|
#include "RageUtil.h"
|
||||||
|
#include "NoteData.h"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|||||||
@@ -5,6 +5,9 @@
|
|||||||
#include "RageException.h"
|
#include "RageException.h"
|
||||||
#include "MsdFile.h"
|
#include "MsdFile.h"
|
||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
|
#include "RageUtil.h"
|
||||||
|
#include "NoteData.h"
|
||||||
|
#include "NoteTypes.h"
|
||||||
|
|
||||||
bool KSFLoader::LoadFromKSFFile( const CString &sPath, Notes &out )
|
bool KSFLoader::LoadFromKSFFile( const CString &sPath, Notes &out )
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
#include "RageException.h"
|
#include "RageException.h"
|
||||||
#include "MsdFile.h"
|
#include "MsdFile.h"
|
||||||
#include "RageLog.h"
|
#include "RageLog.h"
|
||||||
|
#include "RageUtil.h"
|
||||||
|
|
||||||
void SMLoader::LoadFromSMTokens(
|
void SMLoader::LoadFromSMTokens(
|
||||||
CString sNotesType,
|
CString sNotesType,
|
||||||
|
|||||||
Reference in New Issue
Block a user