From: Heng Li Date: Wed, 22 Jul 2009 21:03:49 +0000 (+0000) Subject: fixed a compiling error (thank Ken for fixing it) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cda19b934bd93b31e654fd84819fb8a54e554181;p=samtools.git fixed a compiling error (thank Ken for fixing it) --- diff --git a/kstring.h b/kstring.h index 99ab259..f4e5a99 100644 --- a/kstring.h +++ b/kstring.h @@ -3,6 +3,7 @@ #include #include +#include #ifndef kroundup32 #define kroundup32(x) (--(x), (x)|=(x)>>1, (x)|=(x)>>2, (x)|=(x)>>4, (x)|=(x)>>8, (x)|=(x)>>16, ++(x))