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 <stdio.h>
|
||||||
#include <cstdlib>
|
#include <cstdlib>
|
||||||
#include <boost/nowide/convert.hpp>
|
#include <boost/nowide/convert.hpp>
|
||||||
|
#include <ClipperUtils.hpp>
|
||||||
|
|
||||||
#define STB_TRUETYPE_IMPLEMENTATION // force following include to generate implementation
|
#define STB_TRUETYPE_IMPLEMENTATION // force following include to generate implementation
|
||||||
#include "imgui/imstb_truetype.h" // stbtt_fontinfo
|
#include "imgui/imstb_truetype.h" // stbtt_fontinfo
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <admesh/stl.h> // indexed_triangle_set
|
#include <admesh/stl.h> // indexed_triangle_set
|
||||||
#include "Polygon.hpp"
|
#include "Polygon.hpp"
|
||||||
|
#include "ExPolygon.hpp"
|
||||||
#include "TextConfiguration.hpp"
|
#include "TextConfiguration.hpp"
|
||||||
|
|
||||||
namespace Slic3r {
|
namespace Slic3r {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#include "TextConfigurationSerialization.hpp"
|
#include "TextConfigurationSerialization.hpp"
|
||||||
#include "utils.hpp"
|
#include "Utils.hpp"
|
||||||
|
|
||||||
using namespace Slic3r;
|
using namespace Slic3r;
|
||||||
// Convert map
|
// Convert map
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue