#ifndef FAST_LEXICAL_CAST_HPP #define FAST_LEXICAL_CAST_HPP #define BOOST_LEXICAL_CAST_ASSUME_C_LOCALE #include using boost::lexical_cast; #endif