ENH: Added string.h include.
This commit is contained in:
parent
487dc39f12
commit
fda8bcc978
|
@ -80,9 +80,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
#include <list>
|
||||
#include <set>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#ifdef CMAKE_NO_STD_NAMESPACE
|
||||
#define std
|
||||
# define for if (false) { } else for
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue