freebsd-ports/math/jags/files/patch-src-lib-model-Model.cc
Tilman Keskinoz 943f70e8c9 Fix build with gcc 3.4
PR:		71206
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu>
2004-09-02 16:18:13 +00:00

19 lines
412 B
C++

--- 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;