From cfad46ed5d8cc722ff27622ce8587afa2773e3dc Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Sat, 3 Sep 2011 16:10:07 +0000 Subject: [PATCH] =?utf8?q?Fix=20compile=20error=20with=20gcc=204.5.3=20whe?= =?utf8?q?n=20using=20the=20included=20mythes=20library:=20../../src/suppo?= =?utf8?q?rt/mythes/mythes.hxx:25:9:=20error:=20=E2=80=98FILE=E2=80=99=20d?= =?utf8?q?oes=20not=20name=20a=20type=20../../src/support/mythes/mythes.hx?= =?utf8?q?x:55:22:=20error:=20=E2=80=98FILE=E2=80=99=20has=20not=20been=20?= =?utf8?q?declared?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39580 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/mythes/mythes.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/support/mythes/mythes.hxx b/src/support/mythes/mythes.hxx index 489481b3d7..a58828cbb0 100644 --- a/src/support/mythes/mythes.hxx +++ b/src/support/mythes/mythes.hxx @@ -1,6 +1,8 @@ #ifndef _MYTHES_HXX_ #define _MYTHES_HXX_ +#include + // some maximum sizes for buffers #define MAX_WD_LEN 200 #define MAX_LN_LEN 16384 -- 2.39.2