X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fconstant.cpp;h=30ccb88787588eb19745ace8ee09ee604e45af63;hp=4e866eaf0d857b57b29f1ab21e7fbe9b5dc88ab9;hb=9eab44408b9213d8909b7a9e525f404ad06064dd;hpb=487e5659efe401683eee0381b0d23f967ffffc3c diff --git a/ginac/constant.cpp b/ginac/constant.cpp index 4e866eaf..30ccb887 100644 --- a/ginac/constant.cpp +++ b/ginac/constant.cpp @@ -26,6 +26,9 @@ #include "constant.h" #include "numeric.h" #include "ex.h" +#include "debugmsg.h" + +namespace GiNaC { ////////// // default constructor, destructor, copy constructor assignment operator and helpers @@ -161,3 +164,5 @@ const constant EulerGamma("EulerGamma", EulerGammaEvalf); /** Euler's constant. (0.57721...) Sometimes called Euler-Mascheroni constant. * Diverts straight into CLN for evalf(). */ const constant Catalan("Catalan", CatalanEvalf); + +} // namespace GiNaC