Browse Source

Fix Windows compile

Ivan Savenko 2 years ago
parent
commit
aae83af9f3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      client/gui/NotificationHandler.cpp

+ 2 - 1
client/gui/NotificationHandler.cpp

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