Files
pkgsrc-ng/databases/cstore/patches/patch-src_common_BlockWithPos.h
2013-09-26 17:14:40 +02:00

17 lines
393 B
C++

$NetBSD: patch-src_common_BlockWithPos.h,v 1.1 2011/12/20 13:42:47 wiz Exp $
Add missing header.
--- src/common/BlockWithPos.h.orig 2006-08-20 20:41:49.000000000 +0000
+++ src/common/BlockWithPos.h
@@ -36,7 +36,8 @@
#include "BlockPosNonContig.h"
#include "PosBlock.h"
-#include <iostream.h>
+#include <iostream>
+using namespace std;
class BlockWithPos : public BlockPosNonContig
{