Skip to content
Snippets Groups Projects
Commit bc1f7eb8 authored by Bill Hoffman's avatar Bill Hoffman
Browse files

Try to fix missing size_t on qnx

parent d71c246e
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@
# define kwsys_ios @KWSYS_NAMESPACE@_ios
#endif
#include <@KWSYS_NAMESPACE@/stl/string>
#include <stddef.h> /* size_t */
namespace @KWSYS_NAMESPACE@
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment