Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorenricoturri1966 <enricoturri@seznam.cz>2020-05-27 11:32:02 +0300
committerenricoturri1966 <enricoturri@seznam.cz>2020-05-27 11:32:02 +0300
commit2eb4b2caedca8459443350274721336fade484af (patch)
treef127ffa51b24bad9bf0c7325394b74d517ba99e3 /tests
parentaa04f0e555b1f8e073ec1383324d0e30b5c6da24 (diff)
parente6317cdefb5c00f23e6721243277029d0b6ef653 (diff)
Fixed conflicts after merge with master
Diffstat (limited to 'tests')
-rw-r--r--tests/fff_print/test_print.cpp1
-rw-r--r--tests/fff_print/test_printobject.cpp1
-rw-r--r--tests/fff_print/test_support_material.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/fff_print/test_print.cpp b/tests/fff_print/test_print.cpp
index 484e6018e..3250443ed 100644
--- a/tests/fff_print/test_print.cpp
+++ b/tests/fff_print/test_print.cpp
@@ -2,6 +2,7 @@
#include "libslic3r/libslic3r.h"
#include "libslic3r/Print.hpp"
+#include "libslic3r/Layer.hpp"
#include "test_data.hpp"
diff --git a/tests/fff_print/test_printobject.cpp b/tests/fff_print/test_printobject.cpp
index e7c441e8c..84df95201 100644
--- a/tests/fff_print/test_printobject.cpp
+++ b/tests/fff_print/test_printobject.cpp
@@ -2,6 +2,7 @@
#include "libslic3r/libslic3r.h"
#include "libslic3r/Print.hpp"
+#include "libslic3r/Layer.hpp"
#include "test_data.hpp"
diff --git a/tests/fff_print/test_support_material.cpp b/tests/fff_print/test_support_material.cpp
index 0a38d138e..663b715a9 100644
--- a/tests/fff_print/test_support_material.cpp
+++ b/tests/fff_print/test_support_material.cpp
@@ -1,6 +1,7 @@
#include <catch2/catch.hpp>
#include "libslic3r/GCodeReader.hpp"
+#include "libslic3r/Layer.hpp"
#include "test_data.hpp" // get access to init_print, etc