Add ScopeGuard.h include in places where it is needed.
authorEric Niebler <eniebler@fb.com>
Thu, 1 Sep 2016 18:06:06 +0000 (11:06 -0700)
committerFacebook Github Bot 5 <facebook-github-bot-5-bot@fb.com>
Thu, 1 Sep 2016 18:08:38 +0000 (11:08 -0700)
commit5c304ef79996122080bd44c89c8910bd8a1f8160
treebb79377f7815e820257d6f77bae82302b7b91c2c
parent2f9872199a404b4290d81619520f04295864b16e
Add ScopeGuard.h include in places where it is needed.

Summary: Fix code that is transitively including ScopeGuard.h via FBString.h.

Reviewed By: yfeldblum

Differential Revision: D3801328

fbshipit-source-id: 7e1dc37cd6dd3aa691dd1baf31385d3a8c51eed0
folly/futures/detail/Core.h
folly/test/ThreadNameTest.cpp