about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/retroshare/cpp-filesystem.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/p2p/retroshare/cpp-filesystem.patch')
-rw-r--r--pkgs/applications/networking/p2p/retroshare/cpp-filesystem.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/applications/networking/p2p/retroshare/cpp-filesystem.patch b/pkgs/applications/networking/p2p/retroshare/cpp-filesystem.patch
new file mode 100644
index 000000000000..e9aa64e2871a
--- /dev/null
+++ b/pkgs/applications/networking/p2p/retroshare/cpp-filesystem.patch
@@ -0,0 +1,12 @@
+diff --git a/libretroshare/src/util/rsdir.cc b/libretroshare/src/util/rsdir.cc
+index 8556b8198..d63699216 100644
+--- a/libretroshare/src/util/rsdir.cc
++++ b/libretroshare/src/util/rsdir.cc
+@@ -47,6 +47,7 @@
+ 
+ #include <fstream>
+ #include <stdexcept>
++#include <filesystem>
+ 
+ #if defined(WIN32) || defined(__CYGWIN__)
+ #include "util/rsstring.h"