]> www.ginac.de Git - ginac.git/blobdiff - ginac/operators.cpp
- rotate_31() and golden_hash_ratio() moved to utils.h
[ginac.git] / ginac / operators.cpp
index 6ccc7a8151b1f100755445fc907c0b8b0932e9dd..d9882c0e235f5ba5c36e22461c7dc4e1c27e2c38 100644 (file)
@@ -29,6 +29,9 @@
 #include "numeric.h"
 #include "power.h"
 #include "relational.h"
 #include "numeric.h"
 #include "power.h"
 #include "relational.h"
+#include "debugmsg.h"
+
+namespace GiNaC {
 
 // binary arithmetic operators ex with ex
 
 
 // binary arithmetic operators ex with ex
 
@@ -403,3 +406,4 @@ istream & operator>>(istream & is, ex & e)
     throw(std::logic_error("input from streams not yet implemented"));
 }
 
     throw(std::logic_error("input from streams not yet implemented"));
 }
 
+} // namespace GiNaC