mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Fix Windows compile
This commit is contained in:
parent
9be38780cd
commit
aae83af9f3
@ -11,6 +11,7 @@
|
||||
#include "StdInc.h"
|
||||
#include "NotificationHandler.h"
|
||||
#include <SDL_video.h>
|
||||
#include <SDL_events.h>
|
||||
#include <SDL_syswm.h>
|
||||
|
||||
#if defined(VCMI_WINDOWS)
|
||||
@ -156,4 +157,4 @@ bool NotificationHandler::handleSdlEvent(const SDL_Event & ev)
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user