mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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/branches/BRANCH_2_0_X@39630 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
beb6d505de
commit
0be0ab820c
@ -26,6 +26,7 @@
|
||||
#ifdef USE_EXTERNAL_MYTHES
|
||||
#include MYTHES_H_LOCATION
|
||||
#else
|
||||
#include <cstdio>
|
||||
#include "support/mythes/mythes.hxx"
|
||||
#endif
|
||||
|
||||
|
@ -93,3 +93,5 @@ What's new
|
||||
|
||||
|
||||
* BUILD/INSTALLATION
|
||||
|
||||
- Fix compile error with gcc 4.5.3 when using the included mythes library.
|
||||
|
Loading…
Reference in New Issue
Block a user