compilation fix

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19568 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2007-08-14 22:18:27 +00:00
parent a3f613f0ca
commit 80d05ab95c

View File

@ -10,6 +10,8 @@
* Full author contact details are available in file CREDITS.
*/
#include <config.h>
#include "Biblio.h"
#include "gettext.h"
@ -23,6 +25,8 @@
#include "support/lstrings.h"
#include "boost/regex.hpp"
using std::string;
using std::vector;
using std::pair;