]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/ControlInset.tmpl
Compaq cxx 6.5 will now compile lyx.
[features.git] / src / frontends / controllers / ControlInset.tmpl
index ac7436848b54b60ec49f88d75cef40b1ae6d878c..7b89da6ce14063fe24b715fbf07cbd89854ed061 100644 (file)
  */
 
 #include "ControlInset.h"
+#include "ViewBase.h"
+#include "buffer.h"
 #include "debug.h"
-
+#include "frontends/LyXView.h"
 #include "support/LAssert.h"
-
+#include <boost/bind.hpp>
 
 template <class Inset, class Params>
 ControlInset<Inset, Params>::ControlInset(LyXView & lv, Dialogs & d)