]> git.lyx.org Git - features.git/blobdiff - src/debug.h
Replace LString.h with support/std_string.h,
[features.git] / src / debug.h
index 7d8ee4b8b2bf0a83bdba142293ba1e643e1198c7..edfabb5f167c39014d87405fef361a091117c680 100644 (file)
@@ -15,7 +15,7 @@
 
 #include <iosfwd>
 
-#include "LString.h"
+#include "support/std_string.h"
 
 /** Ideally this should have been a namespace, but since we try to be
     compilable on older C++ compilators too, we use a struct instead.