]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_splitinset.C
Compile fix gcc 2.95 + stlport
[lyx.git] / src / mathed / math_splitinset.C
index 8f752680860c6f416d21f4c5c3efae78c4418fba..83a9caf3b38e7aa6cc6ff56506c8e55fe3b83779 100644 (file)
@@ -1,7 +1,22 @@
+/**
+ * \file math_splitinset.C
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS.
+ */
+
+#include <config.h>
+
 #include "math_splitinset.h"
+#include "math_data.h"
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
 
+
+using std::string;
 using std::auto_ptr;