]> www.ginac.de Git - ginac.git/blobdiff - ginac/fail.cpp
- put everything in "GiNaC" namespace
[ginac.git] / ginac / fail.cpp
index 3dc847b9e296dd2b44b0d929ce4c92f7f134fd7f..e5800a388c629a669841427bae8c9ac37fa5ce1a 100644 (file)
@@ -22,6 +22,9 @@
  */
 
 #include "fail.h"
  */
 
 #include "fail.h"
+#include "debugmsg.h"
+
+namespace GiNaC {
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
 
 //////////
 // default constructor, destructor, copy constructor assignment operator and helpers
@@ -120,3 +123,4 @@ int fail::compare_same_type(basic const & other) const
 const fail some_fail;
 type_info const & typeid_fail=typeid(some_fail);
 
 const fail some_fail;
 type_info const & typeid_fail=typeid(some_fail);
 
+} // namespace GiNaC