]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.C
The "I want this in now" patch.
[lyx.git] / src / LaTeXFeatures.C
index 8f6dc0597cd30064e28ed85ce7432e8ec8b9c917..ae9e23002be46e10943a2cdfddf904e80f9400d4 100644 (file)
@@ -19,6 +19,7 @@
 #include "language.h"
 #include "encoding.h"
 #include "LString.h"
+#include "Lsstream.h"
 
 #include "support/filetools.h"
 #include "support/lstrings.h"
@@ -175,12 +176,12 @@ int const nb_simplefeatures = sizeof(simplefeatures) / sizeof(char const *);
 
 }
 
+
 string const LaTeXFeatures::getPackages() const
 {
        ostringstream packages;
        LyXTextClass const & tclass = params.getLyXTextClass();
 
-
        //
        //  These are all the 'simple' includes.  i.e
        //  packages which we just \usepackage{package}