00001 /* 00002 ******************************************************************************* 00003 * 00004 * Copyright (C) 2009-2011, International Business Machines 00005 * Corporation and others. All Rights Reserved. 00006 * 00007 ******************************************************************************* 00008 * file name: std_string.h 00009 * encoding: US-ASCII 00010 * tab size: 8 (not used) 00011 * indentation:4 00012 * 00013 * created on: 2009feb19 00014 * created by: Markus W. Scherer 00015 */ 00016 00017 #ifndef __STD_STRING_H__ 00018 #define __STD_STRING_H__ 00019 00026 #include "unicode/utypes.h" 00027 00028 #if U_HAVE_STD_STRING 00029 00030 #include <string> 00031 00032 #endif // U_HAVE_STD_STRING 00033 00034 #endif // __STD_STRING_H__