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:
parent
05d977b553
commit
989d9f36b5
|
@ -1,6 +1,7 @@
|
|||
#ifndef _WIPE_TOWER_DIALOG_H_
|
||||
#define _WIPE_TOWER_DIALOG_H_
|
||||
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/webview.h>
|
||||
#include "libslic3r/PrintConfig.hpp"
|
||||
|
||||
|
|
Loading…
Reference in New Issue