summaryrefslogtreecommitdiffstats
path: root/Source/cmIfCommand.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/cmIfCommand.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/cmIfCommand.cxx')
-rw-r--r--Source/cmIfCommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmIfCommand.cxx b/Source/cmIfCommand.cxx
index db7cc00..119acc6 100644
--- a/Source/cmIfCommand.cxx
+++ b/Source/cmIfCommand.cxx
@@ -15,6 +15,7 @@
=========================================================================*/
#include "cmIfCommand.h"
+#include <stdlib.h> // required for atof
bool cmIfFunctionBlocker::
IsFunctionBlocked(const cmListFileFunction& lff, cmMakefile &mf)