X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextClass.h;h=a6ffed902ae0c1aec9f10c2e8433e07e18a70608;hb=0430132aa049f2a97280bcbcff69f71d42ed7d98;hp=94fe003bd80fa372fb5af73ce7323ae42861ba87;hpb=3c9b62a69d894b5ea020c18d0bec676dc00fe378;p=lyx.git diff --git a/src/TextClass.h b/src/TextClass.h index 94fe003bd8..a6ffed902a 100644 --- a/src/TextClass.h +++ b/src/TextClass.h @@ -30,6 +30,10 @@ #include #include +#ifdef ERROR +#undef ERROR +#endif + namespace lyx { namespace support { class FileName; }