diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-24 14:07:58 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-05-24 14:07:58 (GMT) |
commit | ca773a5d6da61dace03ccf2745cb3ef25ad48c72 (patch) | |
tree | f5961cfb586c7365e0b8b0f9c2f763117d05d9e7 /Source/cmEndIfCommand.cxx | |
parent | 5945a5a4486e9a72d1866f6d88a29973176e5de0 (diff) | |
download | CMake-ca773a5d6da61dace03ccf2745cb3ef25ad48c72.zip CMake-ca773a5d6da61dace03ccf2745cb3ef25ad48c72.tar.gz CMake-ca773a5d6da61dace03ccf2745cb3ef25ad48c72.tar.bz2 |
ENH: add stdlib.h for portability to borland 6
Diffstat (limited to 'Source/cmEndIfCommand.cxx')
-rw-r--r-- | Source/cmEndIfCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmEndIfCommand.cxx b/Source/cmEndIfCommand.cxx index 33fba76..6bfad52 100644 --- a/Source/cmEndIfCommand.cxx +++ b/Source/cmEndIfCommand.cxx @@ -15,7 +15,7 @@ =========================================================================*/ #include "cmEndIfCommand.h" - +#include <stdlib.h> // required for atof bool cmEndIfCommand::InitialPass(std::vector<std::string> const&) { const char* versionValue |