]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnderset.C
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathUnderset.C
index 2f8518b90dd2326c1b26152a7e962b7a4f2532f7..6218b6e72cd86a356399798a520830fd9f129f30 100644 (file)
 
 #include "InsetMathUnderset.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 
 #include "cursor.h"
 #include "LaTeXFeatures.h"
 
+
+namespace lyx {
+
 using std::max;
 using std::auto_ptr;
 
@@ -96,3 +99,6 @@ void InsetMathUnderset::validate(LaTeXFeatures & features) const
        features.require("amsmath");
        InsetMathNest::validate(features);
 }
+
+
+} // namespace lyx