diff --git a/src/test/libslic3r/test_support_material.cpp b/src/test/libslic3r/test_support_material.cpp index 0ecdb9f3b..5e9d6c932 100644 --- a/src/test/libslic3r/test_support_material.cpp +++ b/src/test/libslic3r/test_support_material.cpp @@ -1,7 +1,6 @@ -//#include +#include #include #include -#include "/home/ahmedsamir/Work/SamirSlic3r/Slic3r/build/external/Catch/include/catch.hpp" #include "libslic3r.h" #include "TriangleMesh.hpp" @@ -293,4 +292,4 @@ bool test_6_checks(Print &print) return has_bridge_speed; -} \ No newline at end of file +}