X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fdebug.h;h=edfabb5f167c39014d87405fef361a091117c680;hb=236ea81bc5c0ce7101c9460d1ee97b8f3c9be9df;hp=7d8ee4b8b2bf0a83bdba142293ba1e643e1198c7;hpb=91de22ef340abbf1e9ba7d422bcd9024fa90d63f;p=features.git diff --git a/src/debug.h b/src/debug.h index 7d8ee4b8b2..edfabb5f16 100644 --- a/src/debug.h +++ b/src/debug.h @@ -15,7 +15,7 @@ #include -#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.