Commit 48a252cf authored by Lars T. Kyllingstad's avatar Lars T. Kyllingstad Committed by Facebook Github Bot

Prevent bzlib.h from pulling in min and max macros (#884)

Summary:
This fixes issue #882. Ping terrelln.
Pull Request resolved: https://github.com/facebook/folly/pull/884

Reviewed By: yfeldblum

Differential Revision: D8794382

Pulled By: terrelln

fbshipit-source-id: 52d8a02991d2be401464ed3cd383a45230ba8ca7
parent c33ac44d
......@@ -44,6 +44,8 @@
#endif
#if FOLLY_HAVE_LIBBZ2
#include <folly/portability/Windows.h>
#include <bzlib.h>
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment