Fix problem with old Probcons code: couldn't be complied with modern gcc since string...
[jabaws.git] / binaries / src / probcons / CompareToRef.cc
index 142fa4c..6e49693 100644 (file)
@@ -18,6 +18,7 @@
 #include <cstdlib>
 #include <cerrno>
 #include <iomanip>
+#include <string.h>
 
 const char CORE_BLOCK = 'h';
 typedef pair<int,int> PII;