Fix includes.

This commit is contained in:
Martin Šach 2024-04-15 14:02:50 +02:00
parent d03ec72d3f
commit b2b852a099
4 changed files with 5 additions and 0 deletions

View File

@ -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"

View File

@ -5,6 +5,7 @@
///|/
#include "ImGuiPureWrap.hpp"
#include <boost/algorithm/string/predicate.hpp>
#include <boost/nowide/convert.hpp>
#ifndef IMGUI_DEFINE_MATH_OPERATORS

View File

@ -5,6 +5,7 @@
#ifndef slic3r_ImGuiPureWrap_hpp_
#define slic3r_ImGuiPureWrap_hpp_
#include <functional>
#include <string>
#include <string_view>
#include <vector>

View File

@ -2,6 +2,8 @@
#define slic3r_WebViewDialog_hpp_
#include <map>
#include <wx/wx.h>
#include <wx/event.h>
class wxWebView;
class wxWebViewEvent;