X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fimporter.h;h=7d62799cabd20e6034281f3c9069b3bdd7d1f55c;hb=6c2e78e12855d8661eb289ded3dc8722748863b8;hp=4eca7c06f9cd1db941dc073e953637de6c96b790;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/importer.h b/src/importer.h index 4eca7c06f9..7d62799cab 100644 --- a/src/importer.h +++ b/src/importer.h @@ -14,8 +14,9 @@ #ifndef IMPORTER_H #define IMPORTER_H +#include #include -#include "LString.h" + class LyXView; class Format; @@ -24,8 +25,8 @@ class Importer { public: /// static - bool Import(LyXView * lv, string const & filename, - string const & format); + bool Import(LyXView * lv, std::string const & filename, + std::string const & format); /// static @@ -33,6 +34,6 @@ public: private: /// static - std::vector const Loaders(); + std::vector const Loaders(); }; #endif