X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Ffail.cpp;h=e5800a388c629a669841427bae8c9ac37fa5ce1a;hp=3dc847b9e296dd2b44b0d929ce4c92f7f134fd7f;hb=9eab44408b9213d8909b7a9e525f404ad06064dd;hpb=487e5659efe401683eee0381b0d23f967ffffc3c diff --git a/ginac/fail.cpp b/ginac/fail.cpp index 3dc847b9..e5800a38 100644 --- a/ginac/fail.cpp +++ b/ginac/fail.cpp @@ -22,6 +22,9 @@ */ #include "fail.h" +#include "debugmsg.h" + +namespace GiNaC { ////////// // default constructor, destructor, copy constructor assignment operator and helpers @@ -120,3 +123,4 @@ int fail::compare_same_type(basic const & other) const const fail some_fail; type_info const & typeid_fail=typeid(some_fail); +} // namespace GiNaC