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/cmTarget.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/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index badbd2b..2eecd36 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -20,6 +20,7 @@ #include <map> #include <set> +#include <stdlib.h> // required for atof void cmTarget::SetType(TargetType type) |