From: Enrico Forestieri Date: Sat, 3 Sep 2011 16:10:07 +0000 (+0000) Subject: Fix compile error with gcc 4.5.3 when using the included mythes library: X-Git-Tag: 2.1.0beta1~2757 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cfad46ed5d8cc722ff27622ce8587afa2773e3dc;p=features.git Fix compile error with gcc 4.5.3 when using the included mythes library: ../../src/support/mythes/mythes.hxx:25:9: error: ‘FILE’ does not name a type ../../src/support/mythes/mythes.hxx:55:22: error: ‘FILE’ has not been declared git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39580 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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