ICU-10828 Attempt to fix broken build.
X-SVN-Rev: 35597
This commit is contained in:
parent
f440aa17d9
commit
0959e4e84d
@ -16,6 +16,7 @@
|
||||
#if !UCONFIG_NO_FORMATTING
|
||||
|
||||
#include "unicode/format.h"
|
||||
#include "unicode/udat.h"
|
||||
|
||||
/**
|
||||
* \file
|
||||
|
@ -13,6 +13,7 @@
|
||||
#define __RELDATEFMT_H
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/uobject.h"
|
||||
|
||||
/**
|
||||
* \file
|
||||
@ -219,10 +220,12 @@ typedef enum UDateDirection {
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
class Locale;
|
||||
class RelativeDateTimeCacheData;
|
||||
class SharedNumberFormat;
|
||||
class SharedPluralRules;
|
||||
class NumberFormat;
|
||||
class UnicodeString;
|
||||
|
||||
/**
|
||||
* Formats simple relative dates. There are two types of relative dates that
|
||||
|
Loading…
Reference in New Issue
Block a user