From 67fd5540471090ae5515aefe724c883753254c9f Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Mon, 18 Mar 2013 14:15:11 +0100 Subject: [PATCH] add cstring header --- modules/seq/alg/src/entropy.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/seq/alg/src/entropy.cc b/modules/seq/alg/src/entropy.cc index 788151257..ed4f091d6 100644 --- a/modules/seq/alg/src/entropy.cc +++ b/modules/seq/alg/src/entropy.cc @@ -17,7 +17,7 @@ // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA //------------------------------------------------------------------------------ #include <limits> - +#include <cstring> #include "entropy.hh" #include <ost/seq/aligned_column.hh> -- GitLab