X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Flst.cpp;h=e4164c68c1d58a7c64ca431e5de2106e9ad12ed3;hb=8cffcdf13d817a47f217f1a1043317d95969e070;hp=f4c247fb3ed340633ea170ea6d7cc42e8cf6c4c5;hpb=7d870583a6bf21a2ffb7b6f051b702064623892e;p=ginac.git diff --git a/ginac/lst.cpp b/ginac/lst.cpp index f4c247fb..e4164c68 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-2019 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