mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
compilation fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19568 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a3f613f0ca
commit
80d05ab95c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user