Fix compile error

This commit is contained in:
Magnus Norddahl 2024-01-02 01:47:35 +01:00 committed by Christoph Oelckers
parent 2863c89af7
commit 74b45b7cba
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include "sdl2displaywindow.h"
#include <stdexcept>
Uint32 SDL2DisplayWindow::PaintEventNumber = 0xffffffff;
bool SDL2DisplayWindow::ExitRunLoop;