]> git.lyx.org Git - features.git/commitdiff
fix merged build
authorPeter Kümmel <kuemmel@lyx.org>
Wed, 6 Jan 2016 11:55:12 +0000 (12:55 +0100)
committerPeter Kümmel <kuemmel@lyx.org>
Wed, 6 Jan 2016 12:07:59 +0000 (13:07 +0100)
src/TextClass.h

index 94fe003bd80fa372fb5af73ce7323ae42861ba87..a6ffed902ae0c1aec9f10c2e8433e07e18a70608 100644 (file)
 #include <string>
 #include <vector>
 
+#ifdef ERROR
+#undef ERROR
+#endif
+
 namespace lyx {
 
 namespace support { class FileName; }