]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetoptarg.C
Final touch 'inset display()'; fix 'is a bit silly' bug
[lyx.git] / src / insets / insetoptarg.C
index 30086b6276678ba2f1822008d7b2b798638bdc10..94da626e58d9e55a3f50c3b5ee8d930d38e69255 100644 (file)
 
 #include "debug.h"
 #include "gettext.h"
+#include "LColor.h"
+#include "paragraph.h"
 
+
+using std::string;
 using std::auto_ptr;
 using std::ostream;
-using std::pair;
-using std::vector;
 
 
 InsetOptArg::InsetOptArg(BufferParams const & ins)