summaryrefslogtreecommitdiff
path: root/databases/cstore/patches/patch-src_compressionexps_Dict2DataMaker.h
blob: 93efc11984b36361c3d84a6e2c574c5f34e11792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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
 {