mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 06:42:08 +00:00
Fix compile error
This commit is contained in:
parent
2863c89af7
commit
74b45b7cba
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
|
||||
#include "sdl2displaywindow.h"
|
||||
#include <stdexcept>
|
||||
|
||||
Uint32 SDL2DisplayWindow::PaintEventNumber = 0xffffffff;
|
||||
bool SDL2DisplayWindow::ExitRunLoop;
|
||||
|
|
Loading…
Reference in a new issue