cmake: fix the test builds
[folly.git] / folly / compression / test / CompressionTest.cpp
index 28dd0be7965cb171c3353911ffe8c5ae06e6cb6a..9483979a7b99275b4939f97f51649ef8acb44209 100644 (file)
@@ -40,9 +40,9 @@
 
 #if FOLLY_HAVE_LIBZ
 #include <folly/compression/Zlib.h>
-#endif
 
 namespace zlib = folly::io::zlib;
+#endif
 
 namespace folly {
 namespace io {