X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Findexed.cpp;h=48a8c94801c4c7c9bc8a345b0218d57f2e1ed109;hp=0804330bfbc86549a530a51d1ac607449e786d54;hb=9eab44408b9213d8909b7a9e525f404ad06064dd;hpb=487e5659efe401683eee0381b0d23f967ffffc3c diff --git a/ginac/indexed.cpp b/ginac/indexed.cpp index 0804330b..48a8c948 100644 --- a/ginac/indexed.cpp +++ b/ginac/indexed.cpp @@ -25,6 +25,9 @@ #include "indexed.h" #include "ex.h" #include "idx.h" +#include "debugmsg.h" + +namespace GiNaC { ////////// // default constructor, destructor, copy constructor assignment operator and helpers @@ -289,3 +292,4 @@ bool indexed::all_of_type_idx(void) const const indexed some_indexed; type_info const & typeid_indexed=typeid(some_indexed); +} // namespace GiNaC