]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macrotemplate.C
the DocIterator stuff
[lyx.git] / src / mathed / math_macrotemplate.C
index da2d4ff52f750797612392bbe76bf18e891c4e07..7efaee6fb5267b7b914d6921c80a83a5037cb907 100644 (file)
@@ -1,3 +1,13 @@
+/**
+ * \file math_macrotemplate.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_macrotemplate.h"
@@ -5,7 +15,10 @@
 #include "math_parser.h"
 #include "frontends/Painter.h"
 #include "debug.h"
+#include "LColor.h"
+
 
+using std::string;
 using std::auto_ptr;
 using std::endl;