1
0
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:
Ivan Savenko 2023-01-18 16:09:46 +02:00
parent 9be38780cd
commit aae83af9f3

View File

@ -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