need sdl header for windows build

This commit is contained in:
Christopher A. Mosher 2024-04-10 22:40:12 -04:00
parent 89792885e2
commit ed3649416b
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
*/
#include "gui.h"
#include <SDL.h>
#include <wx/app.h>
#include <cstdio>