]> git.lyx.org Git - features.git/blobdiff - src/insets/insetbase.h
Replace LString.h with support/std_string.h,
[features.git] / src / insets / insetbase.h
index b2cd718a358ae97d8e53f29b4064c10b8ff03615..f12a6af89e78c0d679cb45c5b2818007512a639d 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef INSETBASE_H
 #define INSETBASE_H
 
-#include "LString.h"
+#include "support/std_string.h"
 
 #include <vector>
 #include <memory>