X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_splitinset.C;h=83a9caf3b38e7aa6cc6ff56506c8e55fe3b83779;hb=b447408de232872fef1537fca542abc23702d572;hp=6cd7fb698d64605a43d6dbbc9529f199985875b8;hpb=1f9e9cf5173fa1fbafdff5f21080e5194b05818b;p=lyx.git diff --git a/src/mathed/math_splitinset.C b/src/mathed/math_splitinset.C index 6cd7fb698d..83a9caf3b3 100644 --- a/src/mathed/math_splitinset.C +++ b/src/mathed/math_splitinset.C @@ -11,9 +11,12 @@ #include #include "math_splitinset.h" +#include "math_data.h" #include "math_mathmlstream.h" #include "math_streamstr.h" + +using std::string; using std::auto_ptr;