From e7948f89f924318de297da415a11ccfedd4d2cd9 Mon Sep 17 00:00:00 2001 From: David Cole Date: Fri, 18 Apr 2008 10:55:04 -0400 Subject: COMP: auto_ptr will not compile without including memory on some platforms --- Source/CPack/cpack.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx index 90ec26b..ba91a08 100644 --- a/Source/CPack/cpack.cxx +++ b/Source/CPack/cpack.cxx @@ -29,6 +29,7 @@ #include "cmCPackLog.h" #include +#include // auto_ptr //---------------------------------------------------------------------------- static const char * cmDocumentationName[][3] = -- cgit v0.12