From cb37fe01f68766f44e82df973c3768103cfac526 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 16 Mar 2004 12:54:39 -0500 Subject: ERR: Added missing include for auto_ptr. --- Source/cmExportLibraryDependencies.cxx | 2 ++ 1 file changed, 2 insertions(+) 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 // auto_ptr + // cmExecutableCommand bool cmExportLibraryDependenciesCommand::InitialPass(std::vector const& args) { -- cgit v0.12