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

Add missing header.

--- src/plan/Node.h.orig	2006-09-29 20:45:18.000000000 +0000
+++ src/plan/Node.h
@@ -41,7 +41,7 @@
 #ifndef _NODE_H_
 #define _NODE_H_
 
-#include <fstream.h>
+#include <fstream>
 #include <iostream>
 #include <list>
 #include <string>