summaryrefslogtreecommitdiff
path: root/databases/cstore/patches/patch-src_compressionexps_Int2DataMaker.h
blob: bc21b8fdac070eae58e1219554e52e04c666d666 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-src_compressionexps_Int2DataMaker.h,v 1.1 2011/12/20 13:42:47 wiz Exp $

Add missing header.

--- src/compressionexps/Int2DataMaker.h.orig	2006-10-17 19:36:03.000000000 +0000
+++ src/compressionexps/Int2DataMaker.h
@@ -57,7 +57,7 @@
 #include "../AM/PagePlacer.h"
 #include <ctime>
 #include "../UnitTests/UnitTest.h"
-#include <fstream.h>
+#include <fstream>
 
 class Int2DataMaker : public UnitTest
 {