]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inset.C
Final touch 'inset display()'; fix 'is a bit silly' bug
[lyx.git] / src / insets / inset.C
index 8b8aa3def7d836e8a1b38d25ede0b172a53516b0..f28c9d6b8d1645018a60af6a8b62f236d42803cd 100644 (file)
@@ -21,6 +21,9 @@
 #include "LColor.h"
 
 
+using std::string;
+
+
 // Initialization of the counter for the inset id's,
 unsigned int InsetOld::inset_id = 0;
 
@@ -172,4 +175,3 @@ bool isHighlyEditableInset(InsetOld const * i)
 {
        return i && i->editable() == InsetOld::HIGHLY_EDITABLE;
 }
-