summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/CommandLineArguments.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-03-11 15:07:36 (GMT)
committerBrad King <brad.king@kitware.com>2005-03-11 15:07:36 (GMT)
commit0d0cfaea08f60df59d35fa98a79660109412d6c0 (patch)
tree327e19660749f0e473b58a8ea2c171ff90f8ae30 /Source/kwsys/CommandLineArguments.cxx
parent084a1c9900decdaadaa24fc1dd30875e7892e660 (diff)
downloadCMake-0d0cfaea08f60df59d35fa98a79660109412d6c0.zip
CMake-0d0cfaea08f60df59d35fa98a79660109412d6c0.tar.gz
CMake-0d0cfaea08f60df59d35fa98a79660109412d6c0.tar.bz2
COMP: Added missing include of string.h.
Diffstat (limited to 'Source/kwsys/CommandLineArguments.cxx')
-rw-r--r--Source/kwsys/CommandLineArguments.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/CommandLineArguments.cxx b/Source/kwsys/CommandLineArguments.cxx
index 172ad60..de30952 100644
--- a/Source/kwsys/CommandLineArguments.cxx
+++ b/Source/kwsys/CommandLineArguments.cxx
@@ -24,6 +24,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#ifdef _MSC_VER
# pragma warning (disable: 4786)