401deb1bad
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...
15 lines
397 B
C++
15 lines
397 B
C++
$NetBSD: patch-src_Wrappers_SparseBlock.h,v 1.1 2011/12/20 13:42:47 wiz Exp $
|
|
|
|
Add missing header.
|
|
|
|
--- src/Wrappers/SparseBlock.h.orig 2006-09-07 23:39:00.000000000 +0000
|
|
+++ src/Wrappers/SparseBlock.h
|
|
@@ -37,7 +37,7 @@
|
|
#include "Type2Block.h"
|
|
#include "../common/PosBlock.h"
|
|
#include "CodingException.h"
|
|
-#include <iostream.h>
|
|
+#include <iostream>
|
|
|
|
class SparseBlock : public MultiBlock
|
|
{
|