mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-28 10:52:01 +08:00
Add missing linux headers.
This commit is contained in:
parent
e98faf8541
commit
39e4d1269f
@ -6,6 +6,7 @@
|
||||
#include <boost/property_tree/ini_parser.hpp>
|
||||
#include <boost/nowide/fstream.hpp>
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
|
||||
bool write_to_pot(boost::filesystem::path path, const std::vector<std::pair<std::string, std::string>>& data)
|
||||
{
|
||||
|
@ -5,6 +5,7 @@
|
||||
#include <numeric>
|
||||
#include "Emboss.hpp"
|
||||
#include <stdio.h>
|
||||
#include <numeric>
|
||||
#include <cstdlib>
|
||||
#include <boost/nowide/convert.hpp>
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
@ -4,6 +4,9 @@
|
||||
#include <optional>
|
||||
#include <array>
|
||||
#include <string_view>
|
||||
#include <functional>
|
||||
#include <stdexcept>
|
||||
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include <chrono> // measure enumeration of fonts
|
||||
#include <sstream> // save for svg
|
||||
#include <array>
|
||||
#include <fstream>
|
||||
|
||||
using namespace Slic3r;
|
||||
using namespace Slic3r::Emboss;
|
||||
|
@ -1,4 +1,5 @@
|
||||
#include "IconManager.hpp"
|
||||
#include <boost/algorithm/string/predicate.hpp>
|
||||
#include <cmath>
|
||||
#include <numeric>
|
||||
#include <boost/log/trivial.hpp>
|
||||
|
@ -13,6 +13,7 @@
|
||||
#include <boost/log/trivial.hpp>
|
||||
#include <boost/property_tree/ptree.hpp>
|
||||
#include <boost/property_tree/json_parser.hpp>
|
||||
#include <boost/nowide/convert.hpp>
|
||||
|
||||
#include <wx/frame.h>
|
||||
#include <wx/event.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user