From 2e2487eb992096de0b839d234f958b1dcba64ebc Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 19 Nov 2009 14:54:20 +0100 Subject: [PATCH] Add include of string.h --- src/pipe.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pipe.cpp b/src/pipe.cpp index 2177e15..4d6cbf6 100644 --- a/src/pipe.cpp +++ b/src/pipe.cpp @@ -47,6 +47,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include +#include #include -- 1.7.10.4