7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 00:21:25 +00:00

Add weirdly missing header for msvc

This commit is contained in:
Marek Roszko 2024-04-28 22:22:24 -04:00
parent 9ffa5db667
commit 3d56494652

View File

@ -34,6 +34,7 @@
#include <wx/fs_zip.h>
#include <wx/dir.h>
#include <wx/filename.h>
#include <wx/msgdlg.h>
#include <wx/propgrid/propgrid.h>
#include <wx/snglinst.h>
#include <wx/stdpaths.h>