summaryrefslogtreecommitdiffstats
path: root/Source/CPack
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2008-04-18 14:55:04 (GMT)
committerDavid Cole <david.cole@kitware.com>2008-04-18 14:55:04 (GMT)
commite7948f89f924318de297da415a11ccfedd4d2cd9 (patch)
tree1ed10dc50638d08c06fdc7bfbd509de976839e97 /Source/CPack
parente5e00983d2f67be5b02e8cdf63bc1ed975dda23e (diff)
downloadCMake-e7948f89f924318de297da415a11ccfedd4d2cd9.zip
CMake-e7948f89f924318de297da415a11ccfedd4d2cd9.tar.gz
CMake-e7948f89f924318de297da415a11ccfedd4d2cd9.tar.bz2
COMP: auto_ptr will not compile without including memory on some platforms
Diffstat (limited to 'Source/CPack')
-rw-r--r--Source/CPack/cpack.cxx1
1 files changed, 1 insertions, 0 deletions
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 <cmsys/CommandLineArguments.hxx>
+#include <memory> // auto_ptr
//----------------------------------------------------------------------------
static const char * cmDocumentationName[][3] =