From ff13b6ad74100dd0adf82e9fc22a41c0279e9b00 Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 30 Dec 2004 13:36:59 +0000 Subject: Add missing #include and #include statements. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@61 d60812e6-3970-4df4-986e-c251b06effeb --- src/ReduceGA.c | 1 + src/ReductionAvg.c | 1 + src/ReductionMax.c | 1 + src/ReductionMin.c | 1 + src/ReductionNorm1.c | 1 + src/ReductionNorm2.c | 1 + src/ReductionNorm3.c | 1 + src/ReductionNorm4.c | 1 + src/ReductionNormInf.c | 1 + src/ReductionSum.c | 1 + 10 files changed, 10 insertions(+) diff --git a/src/ReduceGA.c b/src/ReduceGA.c index 41f1134..1472e8b 100644 --- a/src/ReduceGA.c +++ b/src/ReduceGA.c @@ -8,6 +8,7 @@ @version $Header$ @@*/ +#include #include #include #include diff --git a/src/ReductionAvg.c b/src/ReductionAvg.c index 07f2968..f812fad 100644 --- a/src/ReductionAvg.c +++ b/src/ReductionAvg.c @@ -9,6 +9,7 @@ @version $Id$ @@*/ +#include #include #include diff --git a/src/ReductionMax.c b/src/ReductionMax.c index 2ae7e48..55d1291 100644 --- a/src/ReductionMax.c +++ b/src/ReductionMax.c @@ -9,6 +9,7 @@ @version $Id$ @@*/ +#include #include #include #include diff --git a/src/ReductionMin.c b/src/ReductionMin.c index 001e00d..7269270 100644 --- a/src/ReductionMin.c +++ b/src/ReductionMin.c @@ -9,6 +9,7 @@ @version $Id$ @@*/ +#include #include #include #include diff --git a/src/ReductionNorm1.c b/src/ReductionNorm1.c index 8aa4d72..3a0aaf2 100644 --- a/src/ReductionNorm1.c +++ b/src/ReductionNorm1.c @@ -10,6 +10,7 @@ @version $Id$ @@*/ +#include #include #include diff --git a/src/ReductionNorm2.c b/src/ReductionNorm2.c index eaf3cc9..9cdce78 100644 --- a/src/ReductionNorm2.c +++ b/src/ReductionNorm2.c @@ -11,6 +11,7 @@ @@*/ #include +#include #include #include diff --git a/src/ReductionNorm3.c b/src/ReductionNorm3.c index 56b53b0..65af154 100644 --- a/src/ReductionNorm3.c +++ b/src/ReductionNorm3.c @@ -11,6 +11,7 @@ @@*/ #include +#include #include #include diff --git a/src/ReductionNorm4.c b/src/ReductionNorm4.c index 331b67e..21eae29 100644 --- a/src/ReductionNorm4.c +++ b/src/ReductionNorm4.c @@ -11,6 +11,7 @@ @@*/ #include +#include #include #include diff --git a/src/ReductionNormInf.c b/src/ReductionNormInf.c index 906070d..ecfdfff 100644 --- a/src/ReductionNormInf.c +++ b/src/ReductionNormInf.c @@ -10,6 +10,7 @@ @version $Id$ @@*/ +#include #include #include #include diff --git a/src/ReductionSum.c b/src/ReductionSum.c index ce21d71..29b2673 100644 --- a/src/ReductionSum.c +++ b/src/ReductionSum.c @@ -9,6 +9,7 @@ @version $Id$ @@*/ +#include #include #include -- cgit v1.2.3