浏览代码

Try to fix missing size_t on qnx

Bill Hoffman 16 年之前
父节点
当前提交
b1fe517688
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/kwsys/SystemInformation.hxx.in

+ 1 - 0
Source/kwsys/SystemInformation.hxx.in

@@ -19,6 +19,7 @@
 # define kwsys_ios @KWSYS_NAMESPACE@_ios
 # define kwsys_ios @KWSYS_NAMESPACE@_ios
 #endif
 #endif
 #include <@KWSYS_NAMESPACE@/stl/string>
 #include <@KWSYS_NAMESPACE@/stl/string>
+#include <stddef.h> /* size_t */
 
 
 namespace @KWSYS_NAMESPACE@
 namespace @KWSYS_NAMESPACE@
 {
 {