diff --git a/orte/class/orte_pointer_array.h b/orte/class/orte_pointer_array.h index 02c5988aaa..a40a95e6ac 100644 --- a/orte/class/orte_pointer_array.h +++ b/orte/class/orte_pointer_array.h @@ -24,6 +24,10 @@ #include "orte_config.h" +#if HAVE_STRING_H +#include +#endif /* HAVE_STRING_H */ + #include "opal/threads/mutex.h" #include "opal/class/opal_object.h"