pkgsrc/databases/cstore/patches/patch-src_Operators_NLJoin.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_Operators_NLJoin.h,v 1.1 2011/12/20 13:42:47 wiz Exp $
Add missing header.
--- src/Operators/NLJoin.h.orig 2006-08-20 20:43:49.000000000 +0000
+++ src/Operators/NLJoin.h
@@ -43,7 +43,7 @@
#include "../Wrappers/SMultiBlock.h"
#include "../Wrappers/MultiBlock.h"
#include <math.h>
-#include <hash_map.h>
+#include <hash_map>
class NLJoin : public Operator {