Fix build error when PCH is not used

This commit is contained in:
noisyfox
2025-09-25 20:33:50 +08:00
parent cc358aa945
commit 69d5b4ae48
4 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#include <wx/button.h>
#include <wx/statusbr.h>
#include <wx/frame.h>
#include <wx/statline.h>
#include "GUI_App.hpp"