]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_biginset.C
Compile fix gcc 2.95 + stlport
[lyx.git] / src / mathed / math_biginset.C
index 95df7ff00e92768ed6962de1824fe715ae980bdc..c259c4cafa0550a55f5d19a7d26d94e892210083 100644 (file)
@@ -1,11 +1,22 @@
+/**
+ * \file math_biginset.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_biginset.h"
 #include "math_support.h"
-#include "math_parser.h"
 #include "math_mathmlstream.h"
 #include "math_streamstr.h"
 
+
+using std::string;
 using std::auto_ptr;