// -*- C++ -*- #ifndef LYX_BOOST_FORMAT_H #define LYX_BOOST_FORMAT_H #include // Add explicit instantion namespace boost { extern template basic_format; } // namespace boost #endif