Add various missing includes

This commit is contained in:
Jonathan G Rennison
2023-07-03 23:34:52 +01:00
parent c0d47da4a7
commit d75c489466
46 changed files with 48 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
#include <unicode/coll.h>
#endif /* WITH_ICU_I18N */
#include "strings_type.h"
#include <vector>
static const uint8 CASE_GENDER_LEN = 16; ///< The (maximum) length of a case/gender string.
static const uint8 MAX_NUM_GENDERS = 8; ///< Maximum number of supported genders.