X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Fmailinset.h;h=3d4459b92b01698dcc777cd2fe54d8c693e63db7;hb=e28331ed63062dea10d0a21b9ec12034b4b17b9a;hp=4d5e6191f77506ae628f41d233d6ade534c34a66;hpb=fd355bbb2f3b192ccf92a59177eb68255449048f;p=lyx.git diff --git a/src/insets/mailinset.h b/src/insets/mailinset.h index 4d5e6191f7..3d4459b92b 100644 --- a/src/insets/mailinset.h +++ b/src/insets/mailinset.h @@ -15,6 +15,9 @@ #include +namespace lyx { + + class InsetBase; class Buffer; class BufferView; @@ -45,4 +48,7 @@ void print_mailer_error(std::string const & class_name, int arg_id, std::string const & arg); + +} // namespace lyx + #endif // MAILINSET_H