From 0ef674b906981dfffd77e4a85e9cc928020035d7 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 28 Dec 2005 16:53:46 -0500 Subject: [PATCH] COMP: Add missing include --- Source/cmSystemTools.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx index a961d9245..321c4b484 100644 --- a/Source/cmSystemTools.cxx +++ b/Source/cmSystemTools.cxx @@ -1361,6 +1361,7 @@ bool cmSystemTools::IsPathToFramework(const char* path) #include #include // auto_ptr +#include bool cmSystemTools::CreateTar(const char* outFileName, const std::vector& files) {