From f949713ce8647a1b35031ed81e578b3a19cb05c6 Mon Sep 17 00:00:00 2001 From: gnrunge Date: Thu, 13 Oct 2022 11:45:45 -0700 Subject: [PATCH] ICU-22177 Replace angular brackets in include with double quotes. --- icu4c/source/tools/genrb/parse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/tools/genrb/parse.cpp b/icu4c/source/tools/genrb/parse.cpp index 9747c57cfd9..2c5d4952436 100644 --- a/icu4c/source/tools/genrb/parse.cpp +++ b/icu4c/source/tools/genrb/parse.cpp @@ -22,7 +22,7 @@ // Safer use of UnicodeString. #include -#include +#include "unicode/umachine.h" #ifndef UNISTR_FROM_CHAR_EXPLICIT # define UNISTR_FROM_CHAR_EXPLICIT explicit #endif