]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/tex2lyx.h
hopefully fix tex2lyx linking.
[lyx.git] / src / tex2lyx / tex2lyx.h
index f7ad2e76be61468fc7bb2b182f9d3583bf32a112..0fa4af8037f305f9d41dd29458c6ab510f07078b 100644 (file)
@@ -21,6 +21,9 @@
 #include <vector>
 #include <map>
 
+
+namespace lyx {
+
 class Context;
 
 /// in preamble.C
@@ -113,4 +116,7 @@ extern std::string getParentFilePath();
  */
 bool tex2lyx(std::string const & infilename, std::string const & outfilename);
 
+
+} // namespace lyx
+
 #endif