ENH: add stdlib.h for portability to borland 6

This commit is contained in:
Bill Hoffman
2003-05-24 10:07:58 -04:00
parent 5945a5a448
commit ca773a5d6d
8 changed files with 8 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
=========================================================================*/
#include "cmWrapExcludeFilesCommand.h"
#include <stdlib.h> // required for atof
// cmWrapExcludeFilesCommand
bool cmWrapExcludeFilesCommand::InitialPass(std::vector<std::string> const& argsIn)