Commit c0dfc62d authored by Michael Lee (Engineering)'s avatar Michael Lee (Engineering) Committed by Facebook Github Bot

Include `portability/Config.h` in `portablity/Stdlib.h`

Summary: This is implicitly used, so explicitly include the file

Reviewed By: Orvid

Differential Revision: D18800769

fbshipit-source-id: 18e1dd06213927370e6a6620863cd68b1d675a14
parent 4462a7f0
......@@ -18,6 +18,8 @@
#include <cstdlib>
#include <folly/portability/Config.h>
#if defined(__APPLE__)
#if __has_include(<crt_externs.h>)
#include <crt_externs.h> // @manual
......
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