mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 18:20:33 -04:00
PR: 272730 Reported by: michal.zielonka.8001@gmail.com Approved by: teodorsigaev@gmail.com (maintainer)
10 lines
249 B
C++
10 lines
249 B
C++
--- tests/fff_print/test_data.cpp.orig 2023-07-25 13:20:52 UTC
|
|
+++ tests/fff_print/test_data.cpp
|
|
@@ -8,6 +8,7 @@
|
|
#include "libslic3r/Format/STL.hpp"
|
|
|
|
#include <cstdlib>
|
|
+#include <fstream>
|
|
#include <string>
|
|
|
|
#include <boost/nowide/cstdio.hpp>
|