1--- src/general/VectorOutOfRange.h.orig 2010-09-09 14:26:01 UTC 2+++ src/general/VectorOutOfRange.h 3@@ -5,6 +5,7 @@ 4 */ 5 #include <stdexcept> 6 #include <exception> 7+#include <string> 8 namespace clustalw 9 { 10 11 12