Fix missing header include
Summary: This test uses `folly::SingletonVault` implicitly included. Make it explicit Differential Revision: D13597582 fbshipit-source-id: 511c2cdb097f80bb32d6738fd7f6f14fa55b6801
This commit is contained in:
committed by
Facebook Github Bot
parent
dc908928f0
commit
97752a7b42
@@ -1,13 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) 2018-present, Facebook, Inc.
|
||||
/**
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the LICENSE
|
||||
* file in the root directory of this source tree.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <Flipper/FlipperConnectionManagerImpl.h>
|
||||
#include <FlipperTestLib/ConnectionContextStoreMock.h>
|
||||
#include <folly/Singleton.h>
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user