| Index: source/i18n/ztrans.h
|
| diff --git a/source/i18n/ztrans.h b/source/i18n/ztrans.h
|
| index 1a0d10c6f83fac21f51f5135773c7745395c3984..2ddf7bacb565faeaa16bd7b7c59c98cea8a10432 100644
|
| --- a/source/i18n/ztrans.h
|
| +++ b/source/i18n/ztrans.h
|
| @@ -1,6 +1,8 @@
|
| +// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
| +// License & terms of use: http://www.unicode.org/copyright.html
|
| /*
|
| *******************************************************************************
|
| -* Copyright (C) 2009-2011, International Business Machines Corporation and
|
| +* Copyright (C) 2009-2016, International Business Machines Corporation and
|
| * others. All Rights Reserved.
|
| *******************************************************************************
|
| */
|
| @@ -16,6 +18,8 @@
|
|
|
| #if !UCONFIG_NO_FORMATTING
|
|
|
| +#include "unicode/uobject.h"
|
| +
|
| #ifndef UCNV_H
|
|
|
| /**
|
|
|