michael@0: /* michael@0: ******************************************************************************* michael@0: * michael@0: * Copyright (C) 2009-2011, International Business Machines michael@0: * Corporation and others. All Rights Reserved. michael@0: * michael@0: ******************************************************************************* michael@0: * file name: std_string.h michael@0: * encoding: US-ASCII michael@0: * tab size: 8 (not used) michael@0: * indentation:4 michael@0: * michael@0: * created on: 2009feb19 michael@0: * created by: Markus W. Scherer michael@0: */ michael@0: michael@0: #ifndef __STD_STRING_H__ michael@0: #define __STD_STRING_H__ michael@0: michael@0: /** michael@0: * \file michael@0: * \brief C++ API: Central ICU header for including the C++ standard <string> michael@0: * header and for related definitions. michael@0: */ michael@0: michael@0: #include "unicode/utypes.h" michael@0: michael@0: #if U_HAVE_STD_STRING michael@0: michael@0: #include michael@0: michael@0: #endif // U_HAVE_STD_STRING michael@0: michael@0: #endif // __STD_STRING_H__