From 63b27f1eb1191c1255120238c1c50a109f9325ae Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 3 Apr 2012 12:23:14 -0400 Subject: [PATCH] compiling errors on some machines --- bgzf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bgzf.h b/bgzf.h index 9984d8f..cb67681 100644 --- a/bgzf.h +++ b/bgzf.h @@ -31,6 +31,7 @@ #include #include #include +#include #define BGZF_BLOCK_SIZE 0xff00 // make sure compressBound(BGZF_BLOCK_SIZE) < BGZF_MAX_BLOCK_SIZE #define BGZF_MAX_BLOCK_SIZE 0x10000 -- 2.39.2