13 lines
363 B
Text
13 lines
363 B
Text
Index: src/hints/HintsToPot.cpp
|
|
--- src/hints/HintsToPot.cpp.orig
|
|
+++ src/hints/HintsToPot.cpp
|
|
@@ -2,6 +2,9 @@
|
|
#include <vector>
|
|
#include <string>
|
|
#include <boost/filesystem.hpp>
|
|
+#ifdef __OpenBSD__
|
|
+# include <boost/filesystem/fstream.hpp>
|
|
+#endif
|
|
#include <boost/dll.hpp>
|
|
#include <boost/property_tree/ini_parser.hpp>
|
|
#include <boost/nowide/fstream.hpp>
|