Fix compilation - add missing includes

This commit is contained in:
PavelMikus 2023-03-27 10:44:54 +02:00
parent a53070f5e6
commit 8e0b45fc83
4 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "ExtrusionRole.hpp"
#include "I18N.hpp"
#include <string>
#include <string_view>

View File

@ -1,6 +1,7 @@
#include "SLAArchiveReader.hpp"
#include "SL1.hpp"
#include "SL1_SVG.hpp"
#include "I18N.hpp"
#include "libslic3r/SlicesToTriangleMesh.hpp"

View File

@ -3,6 +3,7 @@
#include "Exception.hpp"
#include "Preset.hpp"
#include "AppConfig.hpp"
#include "I18N.hpp"
#ifdef _MSC_VER
#define WIN32_LEAN_AND_MEAN

View File

@ -13,6 +13,7 @@
#include <GL/glew.h>
#include <memory>
#include <wx/string.h>
namespace Slic3r::GUI {