From: gnrunge Date: Thu, 13 Oct 2022 18:45:45 +0000 (-0700) Subject: ICU-22177 Replace angular brackets in include with double quotes. X-Git-Tag: release-72-1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f949713ce8647a1b35031ed81e578b3a19cb05c6;p=icu ICU-22177 Replace angular brackets in include with double quotes. --- 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