mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 19:09:16 -04:00
src/utils.cpp:269:17: error: variable has incomplete type 'icu::UnicodeString' UnicodeString ustr; ^ /usr/local/include/unicode/locid.h:50:7: note: forward declaration of 'icu::UnicodeString' class UnicodeString; ^ PR: 218788 Obtained from: upstream
12 lines
326 B
C++
12 lines
326 B
C++
https://github.com/Aegisub/Aegisub/commit/dd67db47cb22
|
|
|
|
--- src/utils.cpp.orig 2014-12-08 00:07:09 UTC
|
|
+++ 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>
|