]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathColor.cpp
Fix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
[lyx.git] / src / mathed / InsetMathColor.cpp
index d3c8b315e83859859f07ae254ceea8c4f2226317..233a38090c2cb252e80453378576e3b7fef700b2 100644 (file)
@@ -3,14 +3,14 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-#include "Color.h"
+#include "ColorSet.h"
 
 #include "InsetMathColor.h"
 #include "LaTeXFeatures.h"
@@ -19,6 +19,8 @@
 #include "MathSupport.h"
 #include "MetricsInfo.h"
 
+#include <ostream>
+
 
 namespace lyx {