forked from Lainports/freebsd-ports
10 lines
343 B
C++
10 lines
343 B
C++
--- bundled_deps/hints/HintsToPot.cpp.orig 2024-09-18 13:39:04 UTC
|
|
+++ bundled_deps/hints/HintsToPot.cpp
|
|
@@ -2,6 +2,7 @@
|
|
#include <vector>
|
|
#include <string>
|
|
#include <boost/filesystem.hpp>
|
|
+#include <boost/filesystem/fstream.hpp>
|
|
#include <boost/dll.hpp>
|
|
#include <boost/property_tree/ini_parser.hpp>
|
|
#include <boost/nowide/fstream.hpp>
|