From c106a075fe586ab252cecdf98ecca72e013d9194 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Tue, 11 Aug 2015 21:17:30 +0000 Subject: [PATCH] [HHPCOMP] - Fix warnings svn path=/trunk/; revision=68698 --- reactos/tools/hhpcomp/lzx_compress/lz_nonslide.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/tools/hhpcomp/lzx_compress/lz_nonslide.c b/reactos/tools/hhpcomp/lzx_compress/lz_nonslide.c index a700adf2d18..7f57c19265f 100644 --- a/reactos/tools/hhpcomp/lzx_compress/lz_nonslide.c +++ b/reactos/tools/hhpcomp/lzx_compress/lz_nonslide.c @@ -27,6 +27,7 @@ #include #include #else + #include #include #ifdef DEBUG_PERF #include