]> www.ginac.de Git - ginac.git/blobdiff - ginac/fail.cpp
* Ctors of class numeric are not explicit any more. All built-in callers for
[ginac.git] / ginac / fail.cpp
index 7de656a52e9acfc9de7d9bebe0af8181655e4ee0..4c3090fba67de7f6c3d7be0c73adb98e6f97cab1 100644 (file)
@@ -1,7 +1,7 @@
 /** @file fail.cpp
  *
- *  Implementation of class signaling failure of operation. Considered
- *  obsolete all this stuff ought to be replaced by exceptions. */
+ *  Implementation of class signaling failure of operation. Considered obsolete
+ *  (all of this is replaced by exceptions). */
 
 /*
  *  GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany
@@ -22,6 +22,7 @@
  */
 
 #include "fail.h"
+#include "print.h"
 #include "archive.h"
 #include "debugmsg.h"
 #include "utils.h"