| Index: source/i18n/decfmtst.h
|
| diff --git a/source/i18n/decfmtst.h b/source/i18n/decfmtst.h
|
| index c6db2234588959d0e614a25fe8211fd33ae8ad0a..719f0aa9761319a46ad122786cd94560724d4bd8 100644
|
| --- a/source/i18n/decfmtst.h
|
| +++ b/source/i18n/decfmtst.h
|
| @@ -1,7 +1,9 @@
|
| +// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
| +// License & terms of use: http://www.unicode.org/copyright.html
|
| /*
|
| *******************************************************************************
|
| -* Copyright (C) 2009-2013, International Business Machines Corporation and *
|
| -* others. All Rights Reserved. *
|
| +* Copyright (C) 2009-2016, International Business Machines Corporation and
|
| +* others. All Rights Reserved.
|
| *******************************************************************************
|
| *
|
| * This file contains declarations for the class DecimalFormatStaticSets
|
| @@ -16,7 +18,9 @@
|
|
|
| #include "unicode/utypes.h"
|
|
|
| - #if !UCONFIG_NO_FORMATTING
|
| +#if !UCONFIG_NO_FORMATTING
|
| +
|
| +#include "unicode/uobject.h"
|
|
|
| U_NAMESPACE_BEGIN
|
|
|
|
|