mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-24 22:14:25 +08:00
Added few headers for JSON parser and class declarations for compilation under Linux.
This commit is contained in:
parent
978b709631
commit
b0b405bef8
@ -11,6 +11,12 @@
|
||||
#include "libslic3r/libslic3r.h"
|
||||
#include "GLCanvas3D.hpp"
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
#include <boost/property_tree/ptree.hpp>
|
||||
#include <boost/property_tree/json_parser.hpp>
|
||||
|
||||
#include <igl/unproject.h> // IWYU pragma: keep
|
||||
#include <LocalesUtils.hpp>
|
||||
#include <nanosvgrast.h>
|
||||
|
@ -9,9 +9,10 @@ class Model;
|
||||
|
||||
|
||||
class SeqArrange;
|
||||
|
||||
class DynamicPrintConfig;
|
||||
|
||||
namespace GUI {
|
||||
|
||||
|
||||
|
||||
class SeqArrangeJob : public Job
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user