From e0776cd359123b02a87b131de11cf6af5865fae6 Mon Sep 17 00:00:00 2001 From: Pavol Droba Date: Sun, 7 Mar 2004 17:29:20 +0000 Subject: [PATCH] include added - needed for strdup [SVN r22458] --- string/test/conv_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/string/test/conv_test.cpp b/string/test/conv_test.cpp index d961132..2e6b489 100644 --- a/string/test/conv_test.cpp +++ b/string/test/conv_test.cpp @@ -11,6 +11,7 @@ #include #include +#include #include #include #include