*** boost_1_33_0-orig/libs/python/src/converter/type_id.cpp Mon Jul 26 01:32:11 2004 --- boost_1_33_0/libs/python/src/converter/type_id.cpp Mon Sep 5 10:19:44 2005 *************** *** 21,26 **** --- 21,29 ---- # ifdef BOOST_PYTHON_HAVE_GCC_CP_DEMANGLE # if defined(__GNUC__) && __GNUC__ >= 3 + # if __GNUC_MINOR__ < 4 + class __class_type_info; // work around gcc 3.2 header bug + # endif # include # endif # endif