]> git.lyx.org Git - features.git/commitdiff
compilation fix
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 14 Aug 2007 22:18:27 +0000 (22:18 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 14 Aug 2007 22:18:27 +0000 (22:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19568 a592a061-630c-0410-9148-cb99ea01b6c8

src/Biblio.cpp

index 8c483321b3ca046d624e408bc36b15a807595cf8..1ab9dd07804facc5c3224621a628a4eccfbd73eb 100644 (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;