X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetinclude.h;h=9aed79b72bf9b6013829448e171689f36743be29;hb=3c7232560282456bae466ef66e69d3eb511500fd;hp=10bfea34a84ea572084365c4fc1303f3ab9f1323;hpb=97ef9131ba95f605a48d09595bd2ace0f993a55b;p=lyx.git diff --git a/src/insets/insetinclude.h b/src/insets/insetinclude.h index 10bfea34a8..9aed79b72b 100644 --- a/src/insets/insetinclude.h +++ b/src/insets/insetinclude.h @@ -17,6 +17,8 @@ #include "insetcommand.h" +#include + class Buffer; struct LaTeXFeatures; @@ -116,7 +118,7 @@ public: bool loadIfNeeded() const; /// hide a dialog if about - SigC::Signal0 hideDialog; + boost::signal0 hideDialog; private: /// get the text displayed on the button string const getScreenLabel(Buffer const *) const;