Closed Traneptora closed 5 years ago
Currently the strstr() function is called, which resides in #include <cstring> but the include is missing. This just adds it in.
#include <cstring>
Would just like to add that I was unable to compile without this patch.
Currently the strstr() function is called, which resides in
#include <cstring>
but the include is missing. This just adds it in.