From 745dbedbaa233486da8c89819cd2297d98084a16 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 9 Apr 2007 22:24:37 +0000 Subject: [PATCH] Fix CW regression re strcmp, strcpy [SVN r37407] --- test/smart_ptr_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smart_ptr_test.cpp b/test/smart_ptr_test.cpp index d38c97b..0c29c9c 100644 --- a/test/smart_ptr_test.cpp +++ b/test/smart_ptr_test.cpp @@ -40,9 +40,9 @@ #include -#include #include #include +#include class Incomplete;