summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-05-24 14:07:58 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-05-24 14:07:58 (GMT)
commitca773a5d6da61dace03ccf2745cb3ef25ad48c72 (patch)
treef5961cfb586c7365e0b8b0f9c2f763117d05d9e7 /Source/cmTarget.cxx
parent5945a5a4486e9a72d1866f6d88a29973176e5de0 (diff)
downloadCMake-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.cxx1
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)