summaryrefslogtreecommitdiffstats
path: root/Source/cmExportLibraryDependencies.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2004-03-16 17:54:39 (GMT)
committerBrad King <brad.king@kitware.com>2004-03-16 17:54:39 (GMT)
commitcb37fe01f68766f44e82df973c3768103cfac526 (patch)
treea1e1eb31b773a49cf56f9a27f4b6bad996f5b92a /Source/cmExportLibraryDependencies.cxx
parent9e8a45d10664a409b556ca803693ffab9a767ba8 (diff)
downloadCMake-cb37fe01f68766f44e82df973c3768103cfac526.zip
CMake-cb37fe01f68766f44e82df973c3768103cfac526.tar.gz
CMake-cb37fe01f68766f44e82df973c3768103cfac526.tar.bz2
ERR: Added missing include for auto_ptr.
Diffstat (limited to 'Source/cmExportLibraryDependencies.cxx')
-rw-r--r--Source/cmExportLibraryDependencies.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmExportLibraryDependencies.cxx b/Source/cmExportLibraryDependencies.cxx
index b637f85..c8b2169 100644
--- a/Source/cmExportLibraryDependencies.cxx
+++ b/Source/cmExportLibraryDependencies.cxx
@@ -20,6 +20,8 @@
#include "cmGeneratedFileStream.h"
#include "cmake.h"
+#include <memory> // auto_ptr
+
// cmExecutableCommand
bool cmExportLibraryDependenciesCommand::InitialPass(std::vector<std::string> const& args)
{