fix sdl build on windows

This commit is contained in:
Christopher A. Mosher 2022-12-06 13:54:03 -05:00
parent fc7806d3c9
commit b8b83e6752
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#include "gui.h"
#include "e2const.h"
#include <SDL.h>
#include <wx/app.h>
#include <iostream>