X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fcontainer.h;h=f1c56afcfe92709414c27cccefdc34cbedbc6526;hb=bf0356b977d1f0917af59d3d441acc243392d766;hp=5774d5ace53d49ca09d6eddc308a4564e08c3f6a;hpb=3ac17e18ada69428fe170c10abcc5f33a30f0676;p=ginac.git diff --git a/ginac/container.h b/ginac/container.h index 5774d5ac..f1c56afc 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-2006 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2016 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 @@ -20,32 +20,33 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef __GINAC_CONTAINER_H__ -#define __GINAC_CONTAINER_H__ - -#include -#include -#include -#include -#include -#include +#ifndef GINAC_CONTAINER_H +#define GINAC_CONTAINER_H #include "ex.h" #include "print.h" #include "archive.h" #include "assertion.h" +#include "compiler.h" -namespace GiNaC { +#include +#include +#include +#include +#include +#include +namespace GiNaC { /** Helper template for encapsulating the reserve() mechanics of STL containers. */ -template