Added missing #include <cstring> for std::strlen and std::memset
[SXSI/TextCollection.git] / incbwt / rlcsa.h
index c97f73e..ff2505a 100644 (file)
@@ -2,6 +2,7 @@
 #define RLCSA_H
 
 #include <fstream>
+#include <cstring> // defines std::memset, added by Kim
 
 #include "bits/vectors.h"
 #include "sasamples.h"