Skip to content

Commit b084907

Browse files
committed
tools: add missing #include "unicode/putil.h"
* we use u_setDataDirectory() in "unicode/putil.h" * at present, this header is indirectly included, but this will change in ICU 59 * no impact on past ICUs. * this is an exact analog to #11753 PR-URL: #12078 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 7954d2a commit b084907

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/icu/iculslocs.cc

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Japanese, it doesn't *claim* to have Japanese.
5555
#include <unicode/ustdio.h>
5656
#include <unicode/ures.h>
5757
#include <unicode/udata.h>
58+
#include <unicode/putil.h>
5859

5960
const char* PROG = "iculslocs";
6061
const char* NAME = U_ICUDATA_NAME; // assume ICU data

0 commit comments

Comments
 (0)