]> www.ginac.de Git - ginac.git/blobdiff - ginac/printcsrc.cpp
- put everything in "GiNaC" namespace
[ginac.git] / ginac / printcsrc.cpp
index 543035eb4418dbec23f2e3419c1068e179c4a5e7..a162ad8a98217aab5531720d20cfdcefdfd31aef 100644 (file)
@@ -37,6 +37,9 @@
 #include "relational.h"
 #include "series.h"
 #include "symbol.h"
+#include "debugmsg.h"
+
+namespace GiNaC {
 
 /** Print expression as a C++ statement. The output looks like
  *  "<type> <var_name> = <expression>;". The "type" parameter has an effect
@@ -326,3 +329,5 @@ void relational::printcsrc(ostream & os, unsigned type, unsigned upper_precedenc
     if (precedence <= upper_precedence)
                os << ")";
 }
+
+} // namespace GiNaC