X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fsimp_lor.cpp;h=d488e6ddeee58e749403452be5e199a0eb6d8dd2;hp=ea488dc616b41e6a696ff35635f36ddcfd57b03e;hb=9eab44408b9213d8909b7a9e525f404ad06064dd;hpb=487e5659efe401683eee0381b0d23f967ffffc3c;ds=sidebyside diff --git a/ginac/simp_lor.cpp b/ginac/simp_lor.cpp index ea488dc6..d488e6dd 100644 --- a/ginac/simp_lor.cpp +++ b/ginac/simp_lor.cpp @@ -32,6 +32,9 @@ #include "ex.h" #include "mul.h" #include "symbol.h" +#include "debugmsg.h" + +namespace GiNaC { ////////// // default constructor, destructor, copy constructor assignment operator and helpers @@ -510,5 +513,4 @@ spmapkey scalar_products::make_key(simp_lor const & v1, simp_lor const & v2) return spmapkey(strstrpair(v1.name,v2.name),anon); } - - +} // namespace GiNaC