X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeXFeatures.C;h=1741883794c9b94a4522f92dceaf60665d60eb16;hb=7c15014ec2884e50a17559c1269747658c924eb3;hp=406d50e49386f9410660c577077f5cae7e7d7ceb;hpb=5b60445aaec6694fc5bc6ee56b335dc1f1f36062;p=features.git diff --git a/src/LaTeXFeatures.C b/src/LaTeXFeatures.C index 406d50e493..1741883794 100644 --- a/src/LaTeXFeatures.C +++ b/src/LaTeXFeatures.C @@ -27,7 +27,7 @@ #include "support/filetools.h" -#include "support/std_sstream.h" +#include using lyx::support::IsSGMLFilename; using lyx::support::MakeRelPath; @@ -307,7 +307,7 @@ string const LaTeXFeatures::getPackages() const } packages << "]{natbib}\n"; } - + // jurabib -- we need version 0.6 at least. if (isRequired("jurabib")) { packages << "\\RequirePackage{jurabib}[2004/01/25]\n";