| Index: source/i18n/csdetect.h
|
| diff --git a/source/i18n/csdetect.h b/source/i18n/csdetect.h
|
| index 15910453e84cf54944ac4cbb1068efba7e46241f..d0dc0d20777d44e0db17f47c26ed7b369bfa1ca1 100644
|
| --- a/source/i18n/csdetect.h
|
| +++ b/source/i18n/csdetect.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) 2005-2013, International Business Machines
|
| + * Copyright (C) 2005-2016, International Business Machines
|
| * Corporation and others. All Rights Reserved.
|
| **********************************************************************
|
| */
|
| @@ -12,6 +14,8 @@
|
|
|
| #if !UCONFIG_NO_CONVERSION
|
|
|
| +#include "unicode/uenum.h"
|
| +
|
| U_NAMESPACE_BEGIN
|
|
|
| class InputText;
|
|
|