X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2Fdom.hh;h=f31ecffb20cc1a569279f863125df7be6a4db93b;hb=a407cfb9bc31c5f9b94eb437d642e7582b641fc4;hp=f2c42dba04883ca11b8600abc590868aed164175;hpb=89262281b6e83bd2321150f81f1a0583645eb0c8;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/dom.hh b/helm/DEVEL/mathml_editor/src/dom.hh index f2c42dba0..f31ecffb2 100644 --- a/helm/DEVEL/mathml_editor/src/dom.hh +++ b/helm/DEVEL/mathml_editor/src/dom.hh @@ -3,8 +3,10 @@ #define __dom_hh__ #include +#include namespace DOM = GdomeSmartDOM; +namespace DOMX = GdomeSmartDOMExt; typedef DOM::Char32 TChar; typedef DOM::UCS4String TString;