1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/math/dynare/files/patch-parser-exception.h
Wen Heping b26682e3bd 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>
2011-09-27 06:35:23 +00:00

11 lines
287 B
C++

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