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"

View File

@@ -19,6 +19,7 @@
#include <wx/object.h>
#include <wx/timer.h>
#include <wx/colour.h>
#define USE_LOCAL_SOCKET_BIND 0

View File

@@ -5,6 +5,7 @@
#include <map>
#include <unordered_map>
#include <unordered_set>
#include <cmath>
#include <wx/colour.h>
#include <wx/string.h>

View File

@@ -2,6 +2,7 @@
#define slic3r_MultiSendMachineModel_hpp_
#include "DeviceManager.hpp"
#include "wx/dataview.h"
namespace Slic3r {
namespace GUI {