Browse Source

Fixed missing include

Vojtech Bubnik 3 years ago
parent
commit
3481898d4d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/sla_print/sla_test_utils.cpp

+ 2 - 0
tests/sla_print/sla_test_utils.cpp

@@ -2,6 +2,8 @@
 #include "libslic3r/TriangleMeshSlicer.hpp"
 #include "libslic3r/SLA/AGGRaster.hpp"
 
+#include <iomanip>
+
 void test_support_model_collision(const std::string          &obj_filename,
                                   const sla::SupportTreeConfig   &input_supportcfg,
                                   const sla::HollowingConfig &hollowingcfg,