mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
ccd2323721
Reported by: kris Approved by: portmgr (krion), fjoe (mentor, implicit)
14 lines
245 B
C
14 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
|
|
|