0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-48171 add missing headers to .cpp files in preparation for FailPoint API change

This commit is contained in:
Benety Goh 2020-05-15 10:52:45 -04:00 committed by Evergreen Agent
parent b3a5b5258a
commit 2787a803ac
2 changed files with 3 additions and 0 deletions

View File

@ -40,9 +40,11 @@
#include "mongo/base/init.h"
#include "mongo/db/client.h"
#include "mongo/db/operation_context.h"
#include "mongo/logv2/log.h"
#include "mongo/platform/mutex.h"
#include "mongo/util/clock_source.h"
#include "mongo/util/fail_point.h"
#include "mongo/util/hierarchical_acquisition.h"
#include "mongo/util/interruptible.h"

View File

@ -37,6 +37,7 @@
#include <vector>
#include "mongo/db/client.h"
#include "mongo/db/operation_context.h"
#include "mongo/logv2/log.h"
#include "mongo/platform/mutex.h"
#include "mongo/stdx/thread.h"