From 97752a7b42741c62151f9c497d6c766b4b268cbe Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Tue, 8 Jan 2019 12:05:31 -0800 Subject: [PATCH] Fix missing header include Summary: This test uses `folly::SingletonVault` implicitly included. Make it explicit Differential Revision: D13597582 fbshipit-source-id: 511c2cdb097f80bb32d6738fd7f6f14fa55b6801 --- .../FlipperConnectionManagerImplTerminationTests.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/xplat/FlipperTests/FlipperConnectionManagerImplTerminationTests.cpp b/xplat/FlipperTests/FlipperConnectionManagerImplTerminationTests.cpp index 04c8dd372..a9fdb3089 100644 --- a/xplat/FlipperTests/FlipperConnectionManagerImplTerminationTests.cpp +++ b/xplat/FlipperTests/FlipperConnectionManagerImplTerminationTests.cpp @@ -1,13 +1,12 @@ -/* - * Copyright (c) 2018-present, Facebook, Inc. - * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. +/** + * 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 #include +#include #include