Fix compilation - add missing includes
This commit is contained in:
parent
a53070f5e6
commit
8e0b45fc83
4 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "ExtrusionRole.hpp"
|
||||
#include "I18N.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <string_view>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#include "SLAArchiveReader.hpp"
|
||||
#include "SL1.hpp"
|
||||
#include "SL1_SVG.hpp"
|
||||
#include "I18N.hpp"
|
||||
|
||||
#include "libslic3r/SlicesToTriangleMesh.hpp"
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#include "Exception.hpp"
|
||||
#include "Preset.hpp"
|
||||
#include "AppConfig.hpp"
|
||||
#include "I18N.hpp"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include <GL/glew.h>
|
||||
|
||||
#include <memory>
|
||||
#include <wx/string.h>
|
||||
|
||||
|
||||
namespace Slic3r::GUI {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue