]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/dom.hh
debian release 0.4.1-1
[helm.git] / helm / DEVEL / mathml_editor / src / dom.hh
index f2c42dba04883ca11b8600abc590868aed164175..f31ecffb20cc1a569279f863125df7be6a4db93b 100644 (file)
@@ -3,8 +3,10 @@
 #define __dom_hh__
 
 #include <GdomeSmartDOM.hh>
+#include <GdomeSmartDOMXSLT.hh>
 
 namespace DOM = GdomeSmartDOM;
+namespace DOMX = GdomeSmartDOMExt;
 
 typedef DOM::Char32     TChar;
 typedef DOM::UCS4String TString;