mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
10 lines
241 B
C
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"
|