X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlayout_ptr_fwd.h;h=02ebdbcbd6aaa75650c832c4edae7df8f1ee3913;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=49be53172b0e58bb742144a905dcdabe6b278495;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/lyxlayout_ptr_fwd.h b/src/lyxlayout_ptr_fwd.h index 49be53172b..02ebdbcbd6 100644 --- a/src/lyxlayout_ptr_fwd.h +++ b/src/lyxlayout_ptr_fwd.h @@ -14,9 +14,15 @@ #include + +namespace lyx { + class LyXLayout; /// Global typedef typedef boost::shared_ptr LyXLayout_ptr; + +} // namespace lyx + #endif