mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-01 22:10:36 +08:00
Fix includes.
This commit is contained in:
parent
d03ec72d3f
commit
b2b852a099
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <wx/progdlg.h>
|
#include <wx/progdlg.h>
|
||||||
|
#include <boost/nowide/convert.hpp>
|
||||||
|
|
||||||
#include "slic3r/GUI/GUI_App.hpp"
|
#include "slic3r/GUI/GUI_App.hpp"
|
||||||
#include "slic3r/GUI/Plater.hpp"
|
#include "slic3r/GUI/Plater.hpp"
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
///|/
|
///|/
|
||||||
#include "ImGuiPureWrap.hpp"
|
#include "ImGuiPureWrap.hpp"
|
||||||
|
|
||||||
|
#include <boost/algorithm/string/predicate.hpp>
|
||||||
#include <boost/nowide/convert.hpp>
|
#include <boost/nowide/convert.hpp>
|
||||||
|
|
||||||
#ifndef IMGUI_DEFINE_MATH_OPERATORS
|
#ifndef IMGUI_DEFINE_MATH_OPERATORS
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
#ifndef slic3r_ImGuiPureWrap_hpp_
|
#ifndef slic3r_ImGuiPureWrap_hpp_
|
||||||
#define slic3r_ImGuiPureWrap_hpp_
|
#define slic3r_ImGuiPureWrap_hpp_
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
#define slic3r_WebViewDialog_hpp_
|
#define slic3r_WebViewDialog_hpp_
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <wx/wx.h>
|
||||||
|
#include <wx/event.h>
|
||||||
|
|
||||||
class wxWebView;
|
class wxWebView;
|
||||||
class wxWebViewEvent;
|
class wxWebViewEvent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user