1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-17 09:04:27 +00:00

Add missing forward declarations

This commit is contained in:
Yuri D'Elia
2020-09-10 19:37:31 +02:00
committed by lukasmatena
parent 6cb46c799d
commit 776a775996
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@
namespace Slic3r {
class PrintObject;
class TriangleMesh;
namespace FillAdaptive_Internal
{
+1
View File
@@ -2,6 +2,7 @@
#define GUI_PROCESS_HPP
class wxWindow;
class wxString;
namespace Slic3r {
namespace GUI {