Selaa lähdekoodia

ERR: Added missing include for auto_ptr.

Brad King 21 vuotta sitten
vanhempi
sitoutus
cb37fe01f6
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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)
 {