From b7521bd24de7bcac431ec36aea3e1315bfad9a1c Mon Sep 17 00:00:00 2001 From: Andy Cedilnik <andy.cedilnik@kitware.com> Date: Tue, 14 Sep 2004 11:39:04 -0400 Subject: [PATCH] ERR: Add missing include --- CommandLineArguments.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/CommandLineArguments.cxx b/CommandLineArguments.cxx index 5a9e22d3..bcdf4404 100644 --- a/CommandLineArguments.cxx +++ b/CommandLineArguments.cxx @@ -23,6 +23,7 @@ #include KWSYS_HEADER(ios/iostream) #include <stdio.h> +#include <stdlib.h> namespace KWSYS_NAMESPACE { -- GitLab