]> git.lyx.org Git - features.git/blobdiff - src/support/forkedcallqueue.h
Replace LString.h with support/std_string.h,
[features.git] / src / support / forkedcallqueue.h
index d06d411b5574cdb1224dd7d7cb2d085ffad0a860..77cea21c55394ac23602318581dd053359670632 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <queue>
 #include <utility>
-#include "LString.h"
+#include "support/std_string.h"
 
 namespace lyx {
 namespace support {