diff --git a/source/Platform/PlatformApplication.h b/source/Platform/PlatformApplication.h index d094ca3..d59046d 100644 --- a/source/Platform/PlatformApplication.h +++ b/source/Platform/PlatformApplication.h @@ -2,13 +2,15 @@ #ifndef SPECTRE_PLATFORM_H #define SPECTRE_PLATFORM_H +#include + namespace sp { class PlatformInput; class PlatformDisplay; class MessageQueue; -class PlatformApplication +class PlatformApplication : NonCopyable { public : static PlatformApplication* create();