Commit 2c45faef authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Add missing includes in folly/experimental/observer

Summary:
[Folly] Add missing includes in `folly/experimental/observer`.

In particular, the missing includes of `folly/ExceptionString.h`.

Motivation.

Reviewed By: andrewjcg, nbronson

Differential Revision: D4360991

fbshipit-source-id: 4e4407669926b55d6d85df08edea70784a8f348c
parent d83fd99b
......@@ -13,7 +13,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <folly/experimental/observer/detail/Core.h>
#include <folly/ExceptionString.h>
#include <folly/experimental/observer/detail/ObserverManager.h>
namespace folly {
......
......@@ -15,6 +15,7 @@
*/
#include <folly/experimental/observer/detail/ObserverManager.h>
#include <folly/ExceptionString.h>
#include <folly/MPMCQueue.h>
#include <folly/Singleton.h>
#include <folly/portability/GFlags.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