ENH: Added string.h include.

This commit is contained in:
Brad King 2001-06-22 12:18:10 -04:00
parent 487dc39f12
commit fda8bcc978

View File

@ -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