mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-20836 ICU4C header file plurrule.h needs to include utypes.h before checking U_SHOW_CPLUSPLUS_API.
This commit is contained in:
parent
1823fbc0d2
commit
dc4dfd292b
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,10 @@
|
|||
#ifndef PLURRULE
|
||||
#define PLURRULE
|
||||
|
||||
#if U_SHOW_CPLUSPLUS_API
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
#if U_SHOW_CPLUSPLUS_API
|
||||
|
||||
/**
|
||||
* \file
|
||||
* \brief C++ API: PluralRules object
|
||||
|
|
Loading…
Add table
Reference in a new issue