]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/forms_gettext.h
Replace LString.h with support/std_string.h,
[features.git] / src / frontends / xforms / forms_gettext.h
index 52aa7643c42bf17f491232ecd4b6c1dfb2898417..d925e07f3f5b06df0dfcfb7eb5d9b3f20fd93a75 100644 (file)
@@ -13,7 +13,7 @@
 #define FORMS_GETTEXT_H
 
 
-#include "LString.h"
+#include "support/std_string.h"
 
 /// Extract shortcut from "<identifer>|<shortcut>" string
 string const scex(string const &);