]> git.lyx.org Git - features.git/blobdiff - src/CutAndPaste.h
introduce a header to forward declare std::string.
[features.git] / src / CutAndPaste.h
index ff7aacd26117965f08b8fd3100ad7bef73c0f27d..3864cb86b6899022a8a6b3b4770bf84ea156f3f1 100644 (file)
 #ifndef CUTANDPASTE_H
 #define CUTANDPASTE_H
 
-#include "support/docstring.h"
 #include "TextClass.h"
 
+#include "support/types.h"
+#include "support/docstring.h"
+
 #include <vector>
 
 namespace lyx {