summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/aegisub-icu59-include-unistr.patch
blob: 78414741be45fc1fbb93a7f3c00f08a58cee72d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
This patch adds an include needed since icu59:
Source: https://git.archlinux.org/svntogit/community.git/plain/trunk/icu59.patch?h=packages/aegisub
--- aegisub-3.2.2/src/utils.cpp	2014-12-08 02:07:09.000000000 +0200
+++ aegisub-3.2.2/src/utils.cpp	2017-04-26 11:11:15.438239182 +0300
@@ -44,6 +44,7 @@
 #include <boost/filesystem/path.hpp>
 #include <map>
 #include <unicode/locid.h>
+#include <unicode/unistr.h>
 #include <wx/clipbrd.h>
 #include <wx/filedlg.h>
 #include <wx/stdpaths.h>