Browse Source

ERR: Added missing include for auto_ptr.

Brad King 21 years ago
parent
commit
cb37fe01f6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Source/cmExportLibraryDependencies.cxx

+ 2 - 0
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)
 {