]> git.lyx.org Git - features.git/blobdiff - src/SpellBase.h
Replace LString.h with support/std_string.h,
[features.git] / src / SpellBase.h
index 4fdb68a80aad5f06a5b5570f2a20e2c8470c36db..c0b6508f20a4eab8567ca0d30503b36678f853da 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef SPELL_BASE_H
 #define SPELL_BASE_H
 
-#include "LString.h" // can't forward declare...
+#include "support/std_string.h" // can't forward declare...
 
 class BufferParams;
 class WordLangTuple;