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
368 B
C++
15 lines
368 B
C++
$NetBSD: patch-src_compressionexps_LZ2DataMaker.cpp,v 1.1 2011/12/20 13:42:47 wiz Exp $
|
|
|
|
Add missing header.
|
|
|
|
--- src/compressionexps/LZ2DataMaker.cpp.orig 2006-10-18 06:04:07.000000000 +0000
|
|
+++ src/compressionexps/LZ2DataMaker.cpp
|
|
@@ -31,7 +31,7 @@
|
|
/**
|
|
*/
|
|
#include "LZ2DataMaker.h"
|
|
-#include <fstream.h>
|
|
+#include <fstream>
|
|
|
|
LZ2DataMaker::LZ2DataMaker() {
|
|
}
|