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
423 B
C++
15 lines
423 B
C++
$NetBSD: patch-src_compressionexps_Dict2DataMaker.h,v 1.1 2011/12/20 13:42:47 wiz Exp $
|
|
|
|
Add missing header.
|
|
|
|
--- src/compressionexps/Dict2DataMaker.h.orig 2006-10-17 19:36:03.000000000 +0000
|
|
+++ src/compressionexps/Dict2DataMaker.h
|
|
@@ -60,7 +60,7 @@
|
|
#include "../AM/PagePlacer.h"
|
|
#include <ctime>
|
|
#include "../UnitTests/UnitTest.h"
|
|
-#include <fstream.h>
|
|
+#include <fstream>
|
|
|
|
class Dict2DataMaker : public UnitTest
|
|
{
|