]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathFactory.cpp
* src/frontends/GuiDocument.{cpp,h}:
[lyx.git] / src / mathed / MathFactory.cpp
index 2025bd46c8d4feb1b26398f21bf93f87d753bf71..a7d3ba0300a0e22d2a9f8d50115f272eba3d6485 100644 (file)
@@ -52,6 +52,7 @@
 #include "insets/InsetCommand.h"
 
 #include "support/docstream.h"
+#include "support/FileName.h"
 #include "support/filetools.h" // LibFileSearch
 #include "support/lstrings.h"
 
@@ -96,7 +97,7 @@ bool math_font_available(docstring & name)
 
 void initSymbols()
 {
-       support::FileName const filename = libFileSearch(string(), "symbols");
+       FileName const filename = libFileSearch(string(), "symbols");
        LYXERR(Debug::MATHED, "read symbols from " << filename);
        if (filename.empty()) {
                lyxerr << "Could not find symbols file" << endl;