FIX: Fix missing wxTimerEvent declaration

In file included from /run/build/BambuStudio/src/slic3r/GUI/FilamentGroupPopup.cpp:1:
/run/build/BambuStudio/src/slic3r/GUI/FilamentGroupPopup.hpp:33:18: error: ‘wxTimerEvent’ has not been declared
   33 |     void OnTimer(wxTimerEvent &event);
      |                  ^~~~~~~~~~~~
This commit is contained in:
Bastien Nocera 2025-03-25 19:16:04 +01:00 committed by Lane.Wei
parent 13624fb941
commit b890f0a39f
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef FILAMENT_GROUP_HOVER_HPP
#define FILAMENT_GROUP_HOVER_HPP
#include <wx/timer.h>
#include "libslic3r/PrintConfig.hpp"
#include "Widgets/PopupWindow.hpp"
#include "Widgets/Label.hpp"