mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Fixed build crashing
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "Config.hpp"
|
#include "PrintConfig.hpp"
|
||||||
|
|
||||||
#include <wx/intl.h>
|
#include <wx/intl.h>
|
||||||
#include <wx/string.h>
|
#include <wx/string.h>
|
||||||
@@ -34,8 +34,6 @@ class DynamicPrintConfig;
|
|||||||
class TabIface;
|
class TabIface;
|
||||||
class _3DScene;
|
class _3DScene;
|
||||||
|
|
||||||
enum PrinterTechnology;
|
|
||||||
|
|
||||||
#define _(s) Slic3r::GUI::I18N::translate((s))
|
#define _(s) Slic3r::GUI::I18N::translate((s))
|
||||||
|
|
||||||
namespace GUI { namespace I18N {
|
namespace GUI { namespace I18N {
|
||||||
|
|||||||
Reference in New Issue
Block a user