blob: 84dd8b1e22fe11c3d5f5010de78e3ed2e2330f8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- 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
|