X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fstructure.h;h=3478887507c11b20067c606650cd1cc14e25703a;hp=c14a17c8d6d5a5bb5146fcf236bfdbd638b1b489;hb=9eab44408b9213d8909b7a9e525f404ad06064dd;hpb=487e5659efe401683eee0381b0d23f967ffffc3c;ds=sidebyside diff --git a/ginac/structure.h b/ginac/structure.h index c14a17c8..34788875 100644 --- a/ginac/structure.h +++ b/ginac/structure.h @@ -25,6 +25,8 @@ #include +namespace GiNaC { + struct registered_structure_info { char const * name; }; @@ -82,5 +84,6 @@ public: extern const structure some_structure; extern type_info const & typeid_structure; -#endif // ndef __GINAC_STRUCTURE_H__ +} // namespace GiNaC +#endif // ndef __GINAC_STRUCTURE_H__