X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Flst.cpp;h=a2b261375065097b798c9fe008ff20894abae3e2;hp=f4c247fb3ed340633ea170ea6d7cc42e8cf6c4c5;hb=b28ad5c0535bed79bf6549f25faf071be842ac21;hpb=67467d256b44f5e08498ca81c946d9ffaa25d1e2 diff --git a/ginac/lst.cpp b/ginac/lst.cpp index f4c247fb..a2b26137 100644 --- a/ginac/lst.cpp +++ b/ginac/lst.cpp @@ -3,7 +3,7 @@ * Implementation of GiNaC's lst. */ /* - * GiNaC Copyright (C) 1999-2008 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2011 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