From 8fd753ab2758e9c4452e4f0863ebfd41ed0dda4d Mon Sep 17 00:00:00 2001 From: Enrico Turri Date: Mon, 6 Jan 2020 12:31:35 +0100 Subject: [PATCH] Follow-up of c790e2ff7c925252b1f83d54154cf858d6eb5afa -> Fixed include --- tests/libslic3r/test_3mf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libslic3r/test_3mf.cpp b/tests/libslic3r/test_3mf.cpp index 26b2c119f..5215e2ebd 100644 --- a/tests/libslic3r/test_3mf.cpp +++ b/tests/libslic3r/test_3mf.cpp @@ -2,7 +2,7 @@ #include "libslic3r/Model.hpp" #include "libslic3r/Format/3mf.hpp" -#include "libslic3r/Format/stl.hpp" +#include "libslic3r/Format/STL.hpp" #include