Commit 5c304ef7 authored by Eric Niebler's avatar Eric Niebler Committed by Facebook Github Bot 5

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
parent 2f987219
......@@ -25,9 +25,10 @@
#include <folly/Function.h>
#include <folly/MicroSpinLock.h>
#include <folly/Optional.h>
#include <folly/ScopeGuard.h>
#include <folly/Try.h>
#include <folly/futures/Future.h>
#include <folly/futures/Promise.h>
#include <folly/Try.h>
#include <folly/futures/detail/FSM.h>
#include <folly/io/async/Request.h>
......
......@@ -16,6 +16,7 @@
#include <thread>
#include <folly/Baton.h>
#include <folly/ScopeGuard.h>
#include <folly/ThreadName.h>
#include <gtest/gtest.h>
......
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