summaryrefslogtreecommitdiff
path: root/math/dynare/files/patch-parser-exception.h
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2011-09-27 06:35:23 +0000
committerWen Heping <wen@FreeBSD.org>2011-09-27 06:35:23 +0000
commitb26682e3bd97bf310658ec43d2c54391a3141857 (patch)
treeb1d9c6f5ef1841c5cecdaa79f8bc3fe5e3ff2afd /math/dynare/files/patch-parser-exception.h
parentAdd support from FreeBSD 10.x (diff)
Dynare is a software platform for handling a wide class of
economic models, in particular dynamic stochastic general equilibrium (DSGE) and overlapping generations (OLG) models. WWW: http://www.dynare.org PR: ports/160153 Submitted by: Fernando <fernando.apesteguia@gmail.com>
Notes
Notes: svn path=/head/; revision=282473
Diffstat (limited to 'math/dynare/files/patch-parser-exception.h')
-rw-r--r--math/dynare/files/patch-parser-exception.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/dynare/files/patch-parser-exception.h b/math/dynare/files/patch-parser-exception.h
new file mode 100644
index 000000000000..b7d5936c3422
--- /dev/null
+++ b/math/dynare/files/patch-parser-exception.h
@@ -0,0 +1,10 @@
+--- dynare++/parser/cc/parser_exception.h.orig 2011-08-21 19:10:51.000000000 +0200
++++ dynare++/parser/cc/parser_exception.h 2011-08-21 19:31:06.000000000 +0200
+@@ -6,6 +6,7 @@
+ #define OG_FORMULA_PARSER_H
+
+ #include <string>
++#include <stdio.h>
+
+ namespace ogp {
+ using std::string;