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