X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fex.cpp;h=e036af535de486405856f3f99d6d95e600ba8fb9;hp=147cd97ffd6144a3edf9abaea61081f6f31d16f2;hb=9eab44408b9213d8909b7a9e525f404ad06064dd;hpb=487e5659efe401683eee0381b0d23f967ffffc3c diff --git a/ginac/ex.cpp b/ginac/ex.cpp index 147cd97f..e036af53 100644 --- a/ginac/ex.cpp +++ b/ginac/ex.cpp @@ -28,6 +28,9 @@ #include "ncmul.h" #include "numeric.h" #include "power.h" +#include "debugmsg.h" + +namespace GiNaC { ////////// // default constructor, destructor, copy constructor assignment operator and helpers @@ -511,3 +514,4 @@ ex const & exMINUSHALF(void) return *eMINUSHALF; } +} // namespace GiNaC