X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.h;h=25e83e8703c32b8e50700f5459cb91f2a860cdbb;hb=ad91dd139c4d6665704b11d9bd34770c3b769543;hp=f98f90e2c108b8cb44e8fe769db15456f25b26c3;hpb=00e305c9d9bd8b0ff54b6c58adb6192d5934ed60;p=lyx.git diff --git a/src/LaTeX.h b/src/LaTeX.h index f98f90e2c1..25e83e8703 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -17,9 +17,9 @@ #include "OutputParams.h" #include "support/docstring.h" -#include "support/filename.h" +#include "support/FileName.h" -#include +#include #include #include @@ -169,11 +169,11 @@ private: /// bool runMakeIndex(std::string const &, OutputParams const &, - std::string const & = std::string()); + std::string const & = std::string()); /// bool runMakeIndexNomencl(support::FileName const &, OutputParams const &, - std::string const &, std::string const &); + std::string const &, std::string const &); /// std::vector const scanAuxFiles(support::FileName const &);