summaryrefslogtreecommitdiff
path: root/math/dynare/files/patch-parser-exception.h
blob: b7d5936c34221754261d5b17710921c74e66433e (plain) (blame)
1
2
3
4
5
6
7
8
9
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;