FIX: Fix missing wxDialog declaration

In file included from /run/build/BambuStudio/src/slic3r/GUI/WipeTowerDialog.cpp:4:
/run/build/BambuStudio/src/slic3r/GUI/WipeTowerDialog.hpp:8:1: error: expected class-name before ‘{’ token
    8 | {
      | ^
This commit is contained in:
Bastien Nocera 2025-03-25 18:45:38 +01:00 committed by Lane.Wei
parent 05d977b553
commit 989d9f36b5
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef _WIPE_TOWER_DIALOG_H_ #ifndef _WIPE_TOWER_DIALOG_H_
#define _WIPE_TOWER_DIALOG_H_ #define _WIPE_TOWER_DIALOG_H_
#include <wx/dialog.h>
#include <wx/webview.h> #include <wx/webview.h>
#include "libslic3r/PrintConfig.hpp" #include "libslic3r/PrintConfig.hpp"