Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fdf76d5

Browse filesBrowse files
srl295Italo A. Casas
authored andcommitted
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 <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent 6130d54 commit fdf76d5
Copy full SHA for fdf76d5

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎tools/icu/iculslocs.cc‎

Copy file name to clipboardExpand all lines: tools/icu/iculslocs.cc
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.