X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathAutoCorrect.h;h=679e83738e6c1cc52f54c04d92e5515413d78f24;hb=25d64bf43aba78a1ed20c88dfdc4cac269b53985;hp=8b77f363f1cd1a6e60b218d591c99c17661c4d37;hpb=814a8411ebeac155f9ee9df915bce4ff731dd21b;p=lyx.git diff --git a/src/mathed/MathAutoCorrect.h b/src/mathed/MathAutoCorrect.h index 8b77f363f1..679e83738e 100644 --- a/src/mathed/MathAutoCorrect.h +++ b/src/mathed/MathAutoCorrect.h @@ -12,12 +12,14 @@ #ifndef MATHAUTOCORRECT_H #define MATHAUTOCORRECT_H +#include "support/strfwd.h" + namespace lyx { class MathAtom; // make "corrections" according to file lib/autocorrect -bool math_autocorrect(MathAtom & at, char c); +bool math_autocorrect(MathAtom & at, char_type c); } // namespace lyx