// typeinfo standard header for GHS
#ifndef _TYPEINFO_
#define _TYPEINFO_

/* Include <cstddef> to ensure size_t is in std::.  This is not required
   for __ghs_cxx_runtime_lib_types but some includers of <typeinfo> incorrectly
   rely on it doing this. */
#include <cstddef>  

/* Type info and basic exception types are defined as part of the runtime
   library. */
#include <__ghs_cxx_runtime_lib_types>

#endif /* _TYPE_INFO_ */

