ENH: Added string.h include.

This commit is contained in:
Brad King 2001-06-22 12:18:10 -04:00
parent 487dc39f12
commit fda8bcc978
1 changed files with 2 additions and 1 deletions

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