diff options
Diffstat (limited to 'graphics/yafray/files/patch-src__loader__gram_loader.h')
-rw-r--r-- | graphics/yafray/files/patch-src__loader__gram_loader.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/yafray/files/patch-src__loader__gram_loader.h b/graphics/yafray/files/patch-src__loader__gram_loader.h new file mode 100644 index 000000000000..2f43ae477901 --- /dev/null +++ b/graphics/yafray/files/patch-src__loader__gram_loader.h @@ -0,0 +1,13 @@ +--- src/loader/gram_loader.h.orig Thu Sep 30 14:48:47 2004 ++++ src/loader/gram_loader.h Thu Sep 30 14:49:18 2004 +@@ -22,6 +22,10 @@ + #ifndef __GRAML_H + #define __GRAML_H + ++#include <iostream> ++ ++using namespace std; ++ + #include "gram_lex.h" + + struct sym_t |