]> jfr.im git - irc/znc/Csocket.git/commitdiff
Add include ustring.h
authorAlexey Sokolov <redacted>
Fri, 22 Dec 2017 10:08:50 +0000 (10:08 +0000)
committerAlexey Sokolov <redacted>
Fri, 22 Dec 2017 10:08:50 +0000 (10:08 +0000)
which was missing from #71

Csocket.cc

index bd145d419553960b4e62d5ec985c953198e03582..9c5232c25e32af31e37fa8fbc2432701d5f25857 100644 (file)
@@ -74,6 +74,7 @@
 #endif /* HAVE_LIBSSL */
 
 #ifdef HAVE_ICU
+#include <unicode/ustring.h>
 #include <unicode/errorcode.h>
 #include <unicode/ucnv_cb.h>
 #endif /* HAVE_ICU */