X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Flst.cpp;h=9c3b5c651e0686c6274919cd47935822e77ae099;hp=f4c247fb3ed340633ea170ea6d7cc42e8cf6c4c5;hb=b80dafc8692debf6c1d8b6bafb80e30c3ae03f6e;hpb=83a7ee99a947cbbf331018b803ad6be43a9ccd45 diff --git a/ginac/lst.cpp b/ginac/lst.cpp index f4c247fb..9c3b5c65 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-2009 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