diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-09-02 16:18:13 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-09-02 16:18:13 +0000 |
commit | 943f70e8c925d99322418c3c080f69eea45fb757 (patch) | |
tree | b0b5ab40b4d49b7f3aa229c0c43e428c1c50d4fd /math/jags | |
parent | 25036390379001268311942efe5a78a925a78f6f (diff) |
Fix build with gcc 3.4
PR: 71206
Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>
Notes
Notes:
svn path=/head/; revision=117952
Diffstat (limited to 'math/jags')
-rw-r--r-- | math/jags/files/patch-src-lib-model-Model.cc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/math/jags/files/patch-src-lib-model-Model.cc b/math/jags/files/patch-src-lib-model-Model.cc new file mode 100644 index 000000000000..357d1ece21b3 --- /dev/null +++ b/math/jags/files/patch-src-lib-model-Model.cc @@ -0,0 +1,19 @@ +--- src/lib/model/Model.cc.orig Tue Aug 31 13:22:19 2004 ++++ src/lib/model/Model.cc Tue Aug 31 13:22:28 2004 +@@ -12,14 +12,14 @@ + #include <sarray/RightRangeIterator.h> + #include <sarray/LeftRangeIterator.h> + +-#include <Rmath.h> +- + #include <iostream> + #include <fstream> + #include <sstream> + #include <set> + #include <stdexcept> + #include <string> ++ ++#include <Rmath.h> + + using std::vector; + using std::list; |