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
diff options
context:
space:
mode:
authorLukas Matena <lukasmatena@seznam.cz>2020-05-26 15:34:07 +0300
committerLukas Matena <lukasmatena@seznam.cz>2020-05-26 16:33:44 +0300
commit3e855d36dc0784fd3fedff77fc5aba6bbdcaf38d (patch)
treee1bd53be3b3af1466b84f8a0c4f836c93faac69c /tests/fff_print
parent94b0ab603f491d02bf0a9f855d88c007753d9c14 (diff)
Fixed unit tests after previous include manipulations
Diffstat (limited to 'tests/fff_print')
-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