Add missing header that broke msvc builds

This commit is contained in:
Marek Roszko 2021-03-20 10:28:35 -04:00
parent c08f74168c
commit 917e368db3
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include <wx/log.h>
#include <wx/string.h>
#include <wx/window.h>
#include <wx/msgdlg.h>
#include <windows.h>
#include <strsafe.h>