]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/CMathMLFactoryXSLT.cc
added tons of #include <cassert> to make latest gcc compiler happy
[helm.git] / helm / DEVEL / mathml_editor / src / CMathMLFactoryXSLT.cc
index e5cac369f890060c31ef8ac4dcfab6cff30f3282..fddb24a580efcb18319ce53e124f6d0a6ec9bbcc 100644 (file)
@@ -29,6 +29,7 @@
 #include "TDocument.hh"
 #include "CMathMLFactoryXSLT.hh"
 #include "AMathMLConsumer.hh"
+#include <cassert>
 
 CMathMLFactoryXSLT::CMathMLFactoryXSLT(ALogger& l, const DOMX::XSLTStylesheet& s)
   : AMathMLFactory(l), style(s)