]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_extern.h
Fix math cursor positioning bug
[lyx.git] / src / mathed / math_extern.h
index 21989f02112e0e65b0d59811e415339bee95f633..3fcf32a5b1e502e90a9ed67224d8bb8e92f8d025 100644 (file)
@@ -12,8 +12,8 @@
 #ifndef MATH_EXTERN_H
 #define MATH_EXTERN_H
 
+#include <string>
 
-#include "LString.h"
 
 class NormalStream;
 class MapleStream;
@@ -35,7 +35,7 @@ void octave(MathArray const &, OctaveStream &);
 bool extractNumber(MathArray const & ar, int & i);
 bool extractNumber(MathArray const & ar, double & i);
 
-MathArray pipeThroughExtern(string const & lang, string const & extra,
+MathArray pipeThroughExtern(std::string const & lang, std::string const & extra,
        MathArray const & ar);
 
 #endif