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 8d78b23c78
commit 4eaca91f11
12 changed files with 24 additions and 23 deletions

View file

@ -1,7 +1,7 @@
#ifndef slic3r_GLCanvas3DManager_hpp_
#define slic3r_GLCanvas3DManager_hpp_
#include "../../libslic3r/BoundingBox.hpp"
#include "libslic3r/BoundingBox.hpp"
#include <map>
#include <vector>