pkgsrc/databases/cstore/patches/patch-src_Wrappers_MultiBlock.h
wiz 401deb1bad Add a some missing header files and fix a cast.
Adapt for db4 update post 4.5.
Now dies with segfault during build:
terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::substr
[1]   Abort trap (core dumped) ./cstoreqptest 0...
2011-12-20 13:42:47 +00:00

15 lines
385 B
C++

$NetBSD: patch-src_Wrappers_MultiBlock.h,v 1.1 2011/12/20 13:42:47 wiz Exp $
Add missing header.
--- src/Wrappers/MultiBlock.h.orig 2006-08-22 22:29:07.000000000 +0000
+++ src/Wrappers/MultiBlock.h
@@ -36,7 +36,7 @@
#include "../common/Block.h"
#include "Type2Block.h"
#include "CodingException.h"
-#include <iostream.h>
+#include <iostream>
class MultiBlock : public Block
{