From b1fe5176884d096c4a77d11a89986ee8fd21f2d9 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 16 Nov 2009 17:03:59 -0500 Subject: Try to fix missing size_t on qnx --- Source/kwsys/SystemInformation.hxx.in | 1 + 1 file changed, 1 insertion(+) 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 /* size_t */ namespace @KWSYS_NAMESPACE@ { -- cgit v0.12