X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fcontainer.h;h=c13459492a201baa0b45b9817899e5aa1a58496b;hb=b9dc3d71083fe1a2f90a34db24b57b06ad51ebde;hp=135adb966ab292dff3749bba750a8d5417d79cab;hpb=68fdf425abf14d016d5f95ee7b9d06a19a3c5926;p=ginac.git diff --git a/ginac/container.h b/ginac/container.h index 135adb96..c1345949 100644 --- a/ginac/container.h +++ b/ginac/container.h @@ -3,7 +3,7 @@ * Wrapper template for making GiNaC classes out of STL containers. */ /* - * GiNaC Copyright (C) 1999-2003 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 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __GINAC_CONTAINER_H__ @@ -28,6 +28,7 @@ #include #include #include +#include #include "ex.h" #include "print.h" @@ -38,7 +39,7 @@ namespace GiNaC { /** Helper template for encapsulating the reserve() mechanics of STL containers. */ -template