From 80d05ab95ca03a1eae32be19ab81eecf6cfa597c Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 14 Aug 2007 22:18:27 +0000 Subject: [PATCH] compilation fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19568 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Biblio.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Biblio.cpp b/src/Biblio.cpp index 8c483321b3..1ab9dd0780 100644 --- a/src/Biblio.cpp +++ b/src/Biblio.cpp @@ -10,6 +10,8 @@ * Full author contact details are available in file CREDITS. */ +#include + #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; -- 2.39.2