]> git.lyx.org Git - features.git/blobdiff - src/support/sstream.h
Replace LString.h with support/std_string.h,
[features.git] / src / support / sstream.h
index 0d7620e1e02c152d0c85856a37cb6b4e62a2019c..16c1662643e135cd69feec76fb0885700c62cf7a 100644 (file)
@@ -35,7 +35,7 @@ the executable file might be covered by the GNU General Public License. */
 #ifndef SSTREAM_H
 #define SSTREAM_H
 
-#include "LString.h"
+#include "support/std_string.h"
 #include <iostream>
 #include <streambuf.h>