]> www.ginac.de Git - ginac.git/blobdiff - ginac/structure.cpp
- rotate_31() and golden_hash_ratio() moved to utils.h
[ginac.git] / ginac / structure.cpp
index dd939c90811d2bef5c1791df29ae4fc77a6b5c07..55ec58289144ab5f398c54188b2bef930f708bdd 100644 (file)
@@ -23,6 +23,9 @@
 #include <string>
 
 #include "structure.h"
+#include "debugmsg.h"
+
+namespace GiNaC {
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
@@ -172,3 +175,4 @@ unsigned structure::register_new(char const * nm)
 const structure some_structure;
 type_info const & typeid_structure=typeid(some_structure);
 
+} // namespace GiNaC