#include <boost/exception/error_info.hpp> #include <string> namespace boost { typedef error_info<struct errinfo_file_name_,std::string> errinfo_file_name; }