X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fimporter.h;h=7d62799cabd20e6034281f3c9069b3bdd7d1f55c;hb=7f68b94d8a7fba6942890b7733403192b98b040a;hp=610112a8c6888efae740d9c12405c591d381cb94;hpb=236ea81bc5c0ce7101c9460d1ee97b8f3c9be9df;p=lyx.git diff --git a/src/importer.h b/src/importer.h index 610112a8c6..7d62799cab 100644 --- a/src/importer.h +++ b/src/importer.h @@ -14,8 +14,9 @@ #ifndef IMPORTER_H #define IMPORTER_H +#include #include -#include "support/std_string.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