summaryrefslogtreecommitdiffstats
path: root/Source/cmStandardIncludes.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-06-22 16:18:10 (GMT)
committerBrad King <brad.king@kitware.com>2001-06-22 16:18:10 (GMT)
commitfda8bcc978f64506c33ab1007407941fa8cae2d0 (patch)
tree59f99f83a58cd22732e19092d52c0c2bb8adf8ef /Source/cmStandardIncludes.h
parent487dc39f120478155335eee8bd9472b34ccb7be9 (diff)
downloadCMake-fda8bcc978f64506c33ab1007407941fa8cae2d0.zip
CMake-fda8bcc978f64506c33ab1007407941fa8cae2d0.tar.gz
CMake-fda8bcc978f64506c33ab1007407941fa8cae2d0.tar.bz2
ENH: Added string.h include.
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r--Source/cmStandardIncludes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h
index 49b68ab..e6b1eaf 100644
--- a/Source/cmStandardIncludes.h
+++ b/Source/cmStandardIncludes.h
@@ -80,9 +80,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <list>
#include <set>
+#include <string.h>
+
#ifdef CMAKE_NO_STD_NAMESPACE
#define std
-# define for if (false) { } else for
#endif