From 287e35182618e15826b425ec2d9da8239473eb46 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 7 Nov 2005 22:04:15 +0000 Subject: [PATCH] Added include of string --- src/pipe.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pipe.hpp b/src/pipe.hpp index b883c39..8068438 100644 --- a/src/pipe.hpp +++ b/src/pipe.hpp @@ -1,4 +1,4 @@ -/* $Id: pipe.hpp,v 1.2 2005-11-07 21:57:10 adam Exp $ +/* $Id: pipe.hpp,v 1.3 2005-11-07 22:04:15 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -8,6 +8,7 @@ #define YP2_PIPE_HPP #include +#include #include #include -- 1.7.10.4