freebsd-ports/graphics/yafaray/files/patch-src::yafraycore::buffer.h
Alexey Dokuchaev ccd2323721 Unbreak on 5.X and -CURRENT.
Reported by:	kris
Approved by:	portmgr (krion), fjoe (mentor, implicit)
2004-10-06 04:47:58 +00:00

13 lines
245 B
C

--- src/yafraycore/buffer.h.orig Thu Sep 30 14:31:34 2004
+++ src/yafraycore/buffer.h Thu Sep 30 14:42:42 2004
@@ -27,7 +27,10 @@
#include<config.h>
#endif
+#include <iostream>
#include <stdio.h>
+
+using namespace std;
__BEGIN_YAFRAY