pkgsrc-ng/databases/cstore/patches/patch-src_compressionexps_JoinExpDataMaker.h
2013-09-26 17:14:40 +02:00

16 lines
431 B
C++

$NetBSD: patch-src_compressionexps_JoinExpDataMaker.h,v 1.1 2011/12/20 13:42:47 wiz Exp $
Add missing header.
--- src/compressionexps/JoinExpDataMaker.h.orig 2006-10-17 19:36:03.000000000 +0000
+++ src/compressionexps/JoinExpDataMaker.h
@@ -61,7 +61,7 @@
#include "../AM/PagePlacer.h"
#include <ctime>
#include "../UnitTests/UnitTest.h"
-#include <fstream.h>
+#include <fstream>
class JoinExpDataMaker : public UnitTest
{