pkgsrc/databases/cstore/patches/patch-src_common_MinicolBlock.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
478 B
C

$NetBSD: patch-src_common_MinicolBlock.h,v 1.1 2011/12/20 13:42:47 wiz Exp $
Add missing header.
--- src/common/MinicolBlock.h.orig 2006-04-05 16:33:35.000000000 +0000
+++ src/common/MinicolBlock.h
@@ -5,7 +5,7 @@
#include "PosBlock.h"
#include "Constants.h" // for PAGE_SIZE
#include "BlockWithPos.h"
-#include <list.h>
+#include <list>
#include "../Operators/MinicolShimOperator.h"
/** An class representing a series of positions and corresponding values from one or