summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFilesCommand.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/cmSourceFilesCommand.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/cmSourceFilesCommand.cxx')
-rw-r--r--Source/cmSourceFilesCommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmSourceFilesCommand.cxx b/Source/cmSourceFilesCommand.cxx
index a2d2ada..0d0f369 100644
--- a/Source/cmSourceFilesCommand.cxx
+++ b/Source/cmSourceFilesCommand.cxx
@@ -15,6 +15,7 @@
=========================================================================*/
#include "cmSourceFilesCommand.h"
+#include <stdlib.h> // required for atof
// cmSourceFilesCommand
bool cmSourceFilesCommand::InitialPass(std::vector<std::string> const& args)