summaryrefslogtreecommitdiff
path: root/databases/cstore/patches/patch-src_sparseexps_SelExpDM.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/cstore/patches/patch-src_sparseexps_SelExpDM.h')
-rw-r--r--databases/cstore/patches/patch-src_sparseexps_SelExpDM.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/cstore/patches/patch-src_sparseexps_SelExpDM.h b/databases/cstore/patches/patch-src_sparseexps_SelExpDM.h
new file mode 100644
index 00000000000..d369a440e84
--- /dev/null
+++ b/databases/cstore/patches/patch-src_sparseexps_SelExpDM.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_sparseexps_SelExpDM.h,v 1.1 2011/12/20 13:42:48 wiz Exp $
+
+Add missing header.
+
+--- src/sparseexps/SelExpDM.h.orig 2006-10-17 19:36:12.000000000 +0000
++++ src/sparseexps/SelExpDM.h
+@@ -67,7 +67,7 @@
+ #include "../AM/PagePlacer.h"
+ #include <ctime>
+ #include "../UnitTests/UnitTest.h"
+-#include <fstream.h>
++#include <fstream>
+
+ class SelExpDM : public UnitTest
+ {