Correct <string> back to <string.h>

Erroneously changed in 760c008311.
This commit is contained in:
Olly Betts 2017-03-22 15:37:04 +13:00
commit 2c910e47ae

View file

@ -1,6 +1,6 @@
/* File : example.h */
#include <string>
#include <string.h>
#ifndef SWIG
struct A {
};