Remove bogus include.
#include <string.h> is implied by ExtensionClass.h, because it includes Python.h. Also, it is an error to include standard headers before Python.h.
Showing
Please register or sign in to comment
#include <string.h> is implied by ExtensionClass.h, because it includes Python.h. Also, it is an error to include standard headers before Python.h.