diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-11-16 22:03:59 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-11-16 22:03:59 (GMT) |
commit | b1fe5176884d096c4a77d11a89986ee8fd21f2d9 (patch) | |
tree | cbbc5165190ffbfdd05ddf7c30c1561975ff30a3 /Source/kwsys/SystemInformation.hxx.in | |
parent | 1412cc442e29f2a7b5c19387cf38aa2e54a8c11d (diff) | |
download | CMake-b1fe5176884d096c4a77d11a89986ee8fd21f2d9.zip CMake-b1fe5176884d096c4a77d11a89986ee8fd21f2d9.tar.gz CMake-b1fe5176884d096c4a77d11a89986ee8fd21f2d9.tar.bz2 |
Try to fix missing size_t on qnx
Diffstat (limited to 'Source/kwsys/SystemInformation.hxx.in')
-rw-r--r-- | Source/kwsys/SystemInformation.hxx.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/kwsys/SystemInformation.hxx.in b/Source/kwsys/SystemInformation.hxx.in index db23fe7..b6ebe6a 100644 --- a/Source/kwsys/SystemInformation.hxx.in +++ b/Source/kwsys/SystemInformation.hxx.in @@ -19,6 +19,7 @@ # define kwsys_ios @KWSYS_NAMESPACE@_ios #endif #include <@KWSYS_NAMESPACE@/stl/string> +#include <stddef.h> /* size_t */ namespace @KWSYS_NAMESPACE@ { |