Procházet zdrojové kódy

ERR: Added missing include for auto_ptr.

Brad King před 21 roky
rodič
revize
cb37fe01f6
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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)
 {