diff --git a/src/hyperloglog.c b/src/hyperloglog.c index caec2ff0e..b4a607d57 100644 --- a/src/hyperloglog.c +++ b/src/hyperloglog.c @@ -29,9 +29,10 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include "redis.h" + #include #include -#include "redis.h" /* The Redis HyperLogLog implementation is based on the following ideas: *