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