Skip to content

Commit

Permalink
tools: add missing #include "unicode/putil.h"
Browse files Browse the repository at this point in the history
* 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 nodejs#11753

PR-URL: nodejs#12078
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
  • Loading branch information
srl295 committed Mar 30, 2017
1 parent 7954d2a commit b084907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/icu/iculslocs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Japanese, it doesn't *claim* to have Japanese.
#include <unicode/ustdio.h>
#include <unicode/ures.h>
#include <unicode/udata.h>
#include <unicode/putil.h>

const char* PROG = "iculslocs";
const char* NAME = U_ICUDATA_NAME; // assume ICU data
Expand Down

0 comments on commit b084907

Please sign in to comment.