Blob Blame History Raw
--- src/tools/tArray.cpp	2008-01-04 14:01:51.000000000 -0600
+++ src/tools/tArray.cpp	2008-01-04 14:01:51.000000000 -0600
@@ -33,6 +33,7 @@
 #include <stdlib.h>
 #include <string>
 #include "tArray.h"
+#include <string.h>
 
 void GrowingArrayBase::ComplainIfFull(){
     if (Len()>0)