From 7200b4d18b0a329cfd326e9e45ce943d6838ad76 Mon Sep 17 00:00:00 2001 From: Mihai Nita Date: Tue, 24 Oct 2023 15:39:38 -0700 Subject: [PATCH] ICU-22322 Fix include to use double quotes --- icu4c/source/i18n/transreg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/i18n/transreg.cpp b/icu4c/source/i18n/transreg.cpp index de4690726614..3441076334f5 100644 --- a/icu4c/source/i18n/transreg.cpp +++ b/icu4c/source/i18n/transreg.cpp @@ -11,7 +11,7 @@ */ #include "unicode/utypes.h" -#include +#include "unicode/rep.h" #if !UCONFIG_NO_TRANSLITERATION