(John): fix build.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4096 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-04-30 16:12:49 +00:00
parent ac926e5f0a
commit acde47d4a0
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-04-30 John Levon <moz@compsoc.man.ac.uk>
* frnt_lang.C: fix build
2002-04-30 Angus Leeming <a.leeming@ic.ac.uk>
* frnt_lang.[Ch] (getLanguageData): passed a bool character_dlg.

View File

@ -16,6 +16,7 @@
#include "gettext.h"
#include "language.h"
#include <iostream>
#include <algorithm>
using std::vector;