mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
b26682e3bd
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>
11 lines
287 B
C++
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;
|