diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-23 14:00:11 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-08-23 14:00:11 (GMT) |
commit | 2994f3a158231bfd740ba45431671b20d8692e6a (patch) | |
tree | bf42dab889407f5d3d7ee72420bb06027580a100 /Source/cmStandardIncludes.h | |
parent | 77cf2b85b055dcf638184ddf2a99a23df8a80b12 (diff) | |
download | CMake-2994f3a158231bfd740ba45431671b20d8692e6a.zip CMake-2994f3a158231bfd740ba45431671b20d8692e6a.tar.gz CMake-2994f3a158231bfd740ba45431671b20d8692e6a.tar.bz2 |
COMP: Add large files support to CMake
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r-- | Source/cmStandardIncludes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index 2d88251..d817e3e 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -27,6 +27,7 @@ // include configure generated header to define CMAKE_NO_ANSI_STREAM_HEADERS, // CMAKE_NO_STD_NAMESPACE, and other macros. #include "cmConfigure.h" +#include <cmsys/Configure.hxx> #define CMake_VERSION \ CMAKE_TO_STRING(CMake_VERSION_MAJOR) "." \ |