mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Adapted patch provided from Jesper Schmitz Mouridsen PR: 284821 Reported by: Torfinn Ingolfsen Approved by: teodorsigaev@
10 lines
259 B
C++
10 lines
259 B
C++
--- tests/fff_print/test_data.cpp.orig 2024-12-20 11:54:34 UTC
|
|
+++ tests/fff_print/test_data.cpp
|
|
@@ -10,6 +10,7 @@
|
|
#include <arrange-wrapper/ModelArrange.hpp>
|
|
|
|
#include <cstdlib>
|
|
+#include <fstream>
|
|
#include <string>
|
|
|
|
#include <boost/nowide/cstdio.hpp>
|