mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 22:05:53 +08:00
Fix includes.
This commit is contained in:
parent
b8b3cccb40
commit
b350aa610d
@ -1,3 +1,4 @@
|
||||
#include <stack>
|
||||
#include "PerimeterOrder.hpp"
|
||||
|
||||
namespace Slic3r::Arachne::PerimeterOrder {
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include "utils/PolylineStitcher.hpp"
|
||||
#include "SVG.hpp"
|
||||
#include "Utils.hpp"
|
||||
#include "ClipperUtils.hpp"
|
||||
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
||||
|
@ -8,6 +8,9 @@
|
||||
#include "libslic3r/format.hpp" // -> format()
|
||||
#include "I18N.hpp"
|
||||
|
||||
#include <boost/algorithm/string/classification.hpp>
|
||||
#include <boost/algorithm/string/replace.hpp>
|
||||
#include <boost/algorithm/string/split.hpp>
|
||||
#include <cmath>
|
||||
|
||||
#include "ImGuiWrapper.hpp"
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <GL/glew.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <boost/nowide/convert.hpp>
|
||||
#include <wx/progdlg.h>
|
||||
#include <boost/nowide/convert.hpp>
|
||||
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include <string_view>
|
||||
#include <vector>
|
||||
#include <optional>
|
||||
#include <functional>
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
|
||||
|
@ -7,6 +7,8 @@
|
||||
|
||||
#include "libslic3r/CustomGCode.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <functional>
|
||||
#include <vector>
|
||||
#include <set>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user