X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fprinttree.cpp;h=a7b09723aedbb8df704accc513ebd8a0648f7919;hp=38706f6975d8c6e6de5627c987d1d0da1b4bd2f3;hb=9eab44408b9213d8909b7a9e525f404ad06064dd;hpb=487e5659efe401683eee0381b0d23f967ffffc3c diff --git a/ginac/printtree.cpp b/ginac/printtree.cpp index 38706f69..a7b09723 100644 --- a/ginac/printtree.cpp +++ b/ginac/printtree.cpp @@ -38,6 +38,9 @@ #include "relational.h" #include "series.h" #include "symbol.h" +#include "debugmsg.h" + +namespace GiNaC { void ex::printtree(ostream & os, unsigned indent) const { @@ -178,3 +181,4 @@ void expairseq::printtree(ostream & os, unsigned indent) const #endif // def EXPAIRSEQ_USE_HASHTAB } +} // namespace GiNaC