]> git.lyx.org Git - lyx.git/blobdiff - src/bufferlist.h
better latin3&4 support
[lyx.git] / src / bufferlist.h
index 8d1c31645ccc0b117bdb34efd78d7839be565775..952060507094263bfeb183f3720852d1eafb88d3 100644 (file)
@@ -23,6 +23,8 @@ class UpdatableInset;
 #include <vector>
 #include <boost/utility.hpp>
 
+#include "LString.h"
+
 /** A class to hold all the buffers in a structure
   The point of this class is to hide from bufferlist what kind
   of structure the buffers are stored in. Should be no concern for