Index: thread.hpp =================================================================== --- thread.hpp (revision 61022) +++ thread.hpp (working copy) @@ -21,6 +21,12 @@ #include #include #include + +// boost::thread::future requires exception handling +// due to boost::exception::exception_ptr dependency + +#ifndef BOOST_NO_EXCEPTIONS #include +#endif #endif