pkgsrc/databases/cstore/patches/patch-src_Wrappers_SMultiBlock.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
387 B
C++

$NetBSD: patch-src_Wrappers_SMultiBlock.h,v 1.1 2011/12/20 13:42:47 wiz Exp $
Add missing header.
--- src/Wrappers/SMultiBlock.h.orig 2006-03-12 22:03:51.000000000 +0000
+++ src/Wrappers/SMultiBlock.h
@@ -36,7 +36,7 @@
#include "../common/Block.h"
#include "../common/SBlock.h"
#include <string.h>
-#include <iostream.h>
+#include <iostream>
class SMultiBlock : public SBlock
{