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
407 B
C++
15 lines
407 B
C++
$NetBSD: patch-src_Operators_MinicolConcat.h,v 1.1 2011/12/20 13:42:47 wiz Exp $
|
|
|
|
Add missing header.
|
|
|
|
--- src/Operators/MinicolConcat.h.orig 2006-02-25 20:26:25.000000000 +0000
|
|
+++ src/Operators/MinicolConcat.h
|
|
@@ -5,7 +5,7 @@
|
|
#include "../common/MinicolBlock.h"
|
|
#include "../common/UnexpectedException.h"
|
|
#include <stack>
|
|
-#include <list.h>
|
|
+#include <list>
|
|
|
|
class MinicolConcat : public Operator
|
|
{
|