]> www.ginac.de Git - ginac.git/blobdiff - ginac/lst.cpp
Univariate Hensel lifting now uses upoly.
[ginac.git] / ginac / lst.cpp
index 15deb186e0d47032556586131b925c5be9cabde8..f2106bd7ba30aea73bf8801b37d7d9aafc6179a0 100644 (file)
@@ -3,7 +3,7 @@
  *  Implementation of GiNaC's lst. */
 
 /*
- *  GiNaC Copyright (C) 1999-2006 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,6 +21,7 @@
  */
 
 #include "lst.h"
+#include "archive.h"
 
 namespace GiNaC {
 
@@ -37,4 +38,6 @@ template <> bool lst::info(unsigned inf) const
                return inherited::info(inf);
 }
 
+GINAC_BIND_UNARCHIVER(lst);
+
 } // namespace GiNaC