summaryrefslogtreecommitdiffstats
path: root/Source/cmStringCommand.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-05-23 20:40:55 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-05-23 20:40:55 (GMT)
commit5945a5a4486e9a72d1866f6d88a29973176e5de0 (patch)
tree4287e3baef7b4ad64bb99d1f8dd4fcef1284ab00 /Source/cmStringCommand.cxx
parent44e3bbce96a41814c7fdbf9c8411475772ae843c (diff)
downloadCMake-5945a5a4486e9a72d1866f6d88a29973176e5de0.zip
CMake-5945a5a4486e9a72d1866f6d88a29973176e5de0.tar.gz
CMake-5945a5a4486e9a72d1866f6d88a29973176e5de0.tar.bz2
ENH: add some includes for borland 6
Diffstat (limited to 'Source/cmStringCommand.cxx')
-rw-r--r--Source/cmStringCommand.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmStringCommand.cxx b/Source/cmStringCommand.cxx
index a4d5518..e8d6bc1 100644
--- a/Source/cmStringCommand.cxx
+++ b/Source/cmStringCommand.cxx
@@ -15,7 +15,7 @@
=========================================================================*/
#include "cmStringCommand.h"
-
+#include <stdlib.h> // required for atoi
//----------------------------------------------------------------------------
bool cmStringCommand::InitialPass(std::vector<std::string> const& args)
{