summarylogtreecommitdiffstats
path: root/rt-cxx11-compatibility.patch
diff options
context:
space:
mode:
authorxsmile2020-07-09 00:18:00 +0200
committerxsmile2020-07-09 00:18:00 +0200
commitb0e1df4e04da2a4bbdc6c89dcf7dd97d3967ea6d (patch)
treefc3d5d1b683a447a9acb14d0af4d3205f2be1071 /rt-cxx11-compatibility.patch
parent3c12c743c253ea142bdc9878e0875b3f34d43f1d (diff)
downloadaur-b0e1df4e04da2a4bbdc6c89dcf7dd97d3967ea6d.tar.gz
C++ compatibility fix
Diffstat (limited to 'rt-cxx11-compatibility.patch')
-rw-r--r--rt-cxx11-compatibility.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/rt-cxx11-compatibility.patch b/rt-cxx11-compatibility.patch
new file mode 100644
index 000000000000..809ebe3ee69b
--- /dev/null
+++ b/rt-cxx11-compatibility.patch
@@ -0,0 +1,10 @@
+--- a/src/display/window_file_list.cc
++++ b/src/display/window_file_list.cc
+@@ -36,6 +36,7 @@
+
+ #include "config.h"
+
++#include <locale>
+ #include <stdio.h>
+ #include <torrent/path.h>
+ #include <torrent/data/file.h>