]> git.lyx.org Git - lyx.git/blobdiff - src/FloatList.C
Two fixes involving RtL text drawing
[lyx.git] / src / FloatList.C
index c48c12d388bd26a098ef9d16c0b28b70ba4969c2..7b1bf81ccf3e3f6807fb80acced4354aac2ae71c 100644 (file)
@@ -13,6 +13,8 @@
 #include "FloatList.h"
 #include "Floating.h"
 
+using std::string;
+
 // This class is now mostly finished, except one thing, it is a global
 // object. This will not do. The user (and layout files) are free to
 // create floats and modify them to fit into a certain document. So it is