X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Flst.cpp;h=6b9ebcafe3de6fdebc2934298c359e693ffc02ed;hp=c51575d9e914867849fcf583092c383a5859cae3;hb=7905061f6487b278e08b103d4d142decb418535e;hpb=619d77d2676f7f1a562fb9fefc0ba6754fe2d750 diff --git a/ginac/lst.cpp b/ginac/lst.cpp index c51575d9..6b9ebcaf 100644 --- a/ginac/lst.cpp +++ b/ginac/lst.cpp @@ -3,7 +3,7 @@ * Implementation of GiNaC's lst. */ /* - * GiNaC Copyright (C) 1999-2007 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2018 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