]> git.lyx.org Git - features.git/blobdiff - src/chset.h
Replace LString.h with support/std_string.h,
[features.git] / src / chset.h
index ebdbdbfe601daed4221546cdd74db1ef61ec8411..550139236e11ed4313144d59a21abea6a1c722b8 100644 (file)
@@ -16,7 +16,7 @@
 #include <map>
 #include <utility>
 
-#include "LString.h"
+#include "support/std_string.h"
 
 /// a class for mapping char strings such as "\^{A}" to the integer value
 class CharacterSet {