Skip to content
Snippets Groups Projects
Commit 42bcf2e9 authored by Brad King's avatar Brad King
Browse files

ERR: Added missing include of string.h

parent 8081cb2a
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
#include <kwsys/Process.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if defined(_WIN32)
# include <windows.h>
......
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