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 #11753

PR-URL: #12078
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
  • Loading branch information
srl295 authored and MylesBorins committed Aug 16, 2017
1 parent e82a914 commit 74d5cba
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 74d5cba

Please sign in to comment.