include "libslic3r" from slic3r project directly, not as "../../libslicer"

(rely on -Ilibslic3r set correctly) for the slic3r project.
This commit is contained in:
bubnikv
2018-12-06 12:52:28 +01:00
parent 0166643a62
commit 87759588b1
12 changed files with 24 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
#include "GLShader.hpp"
#include "../../libslic3r/Utils.hpp"
#include "libslic3r/Utils.hpp"
#include <boost/nowide/fstream.hpp>
#include <string>