mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-28 20:23:14 +08:00
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…
x
Reference in New Issue
Block a user