summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Gauduin <alucryd@archlinux.org>2017-05-09 04:01:47 +0200
committerAndrej Shadura <andrewsh@debian.org>2022-07-20 16:13:45 +0200
commit441a16797be6a27ba0ebd481a85bccfd3d9d3011 (patch)
treed7523403f9322e071036222dbd9929309f791e7e
parent9c54c7b2be646155190953756024098c229779c5 (diff)
[PATCH] Fix compilation against icu 59.1 (#46)
Gbp-Pq: Name fix-icu-compilation.patch
-rw-r--r--src/utils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.cpp b/src/utils.cpp
index e1cde5e..876c4c0 100644
--- a/src/utils.cpp
+++ b/src/utils.cpp
@@ -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>