diff options
-rw-r--r-- | Source/CPack/cpack.cxx | 1 |
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] = |