ERR: Added missing include of string.h
This commit is contained in:
parent
1b07b740d7
commit
7350756728
|
@ -14,6 +14,7 @@
|
|||
#include <kwsys/Process.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#if defined(_WIN32)
|
||||
# include <windows.h>
|
||||
|
|
Loading…
Reference in New Issue