Fix build without zlib compression enabled
authorChristopher Dykes <cdykes@fb.com>
Wed, 13 Sep 2017 21:41:27 +0000 (14:41 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 13 Sep 2017 21:51:02 +0000 (14:51 -0700)
commitfb0a122815ac6ed1c746aefb4246616d83f35c10
tree176f0946c98e2598540655bdc8a2eee3ae5ef64a
parentaa0624356b4cffb0db795327c28dd0b88a14f926
Fix build without zlib compression enabled

Summary: The namespace alias was trying to alias a namespace that doesn't exist unless Folly is being compiled with zlib support.

Reviewed By: terrelln

Differential Revision: D5810929

fbshipit-source-id: c659d8f775fc9b99e57cc95f5914418507e546fb
folly/io/Compression.cpp