Fix for linux
This commit is contained in:
parent
cfcf0dfcd2
commit
ca79a4fac4
3 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
#include <stdio.h>
|
||||
#include <cstdlib>
|
||||
#include <boost/nowide/convert.hpp>
|
||||
#include <ClipperUtils.hpp>
|
||||
|
||||
#define STB_TRUETYPE_IMPLEMENTATION // force following include to generate implementation
|
||||
#include "imgui/imstb_truetype.h" // stbtt_fontinfo
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
#include <memory>
|
||||
#include <admesh/stl.h> // indexed_triangle_set
|
||||
#include "Polygon.hpp"
|
||||
#include "ExPolygon.hpp"
|
||||
#include "TextConfiguration.hpp"
|
||||
|
||||
namespace Slic3r {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include "TextConfigurationSerialization.hpp"
|
||||
#include "utils.hpp"
|
||||
#include "Utils.hpp"
|
||||
|
||||
using namespace Slic3r;
|
||||
// Convert map
|
||||
|
|
Loading…
Reference in a new issue