ports/www/wt/files/patch-src_web_FileUtils.C
Dima Panov 98b17d313e
www/wt: unbreak build with boost-1.85
With hat:	office
Sponsored by:	Future Crew, LLC
2024-10-03 13:25:00 +03:00

10 lines
241 B
C

--- src/web/FileUtils.C.orig 2024-03-06 10:25:31 UTC
+++ src/web/FileUtils.C
@@ -6,6 +6,7 @@
#include "web/FileUtils.h"
+#include <boost/filesystem/directory.hpp>
#include <boost/filesystem/operations.hpp>
#include "web/WebUtils.h"