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:
parent
13624fb941
commit
b890f0a39f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue