Fix compile.
This commit is contained in:
@@ -24,7 +24,7 @@ void ArchHooks::SetToggleWindowed()
|
||||
g_bToggleWindowed = true;
|
||||
}
|
||||
|
||||
#include "Selector_ArchHooks.h"
|
||||
#include "arch/arch_default.h"
|
||||
ArchHooks *MakeArchHooks()
|
||||
{
|
||||
return new ARCH_HOOKS;
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include "RageLog.h"
|
||||
#include "arch/arch.h"
|
||||
#include "RageThreads.h"
|
||||
#include "arch/arch_default.h"
|
||||
|
||||
#if !defined(SMPACKAGE)
|
||||
static Preference<RString> g_sIgnoredDialogs( "IgnoredDialogs", "" );
|
||||
|
||||
Reference in New Issue
Block a user