summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/socktests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/socktests.cpp')
-rw-r--r--src/mongo/dbtests/socktests.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/dbtests/socktests.cpp b/src/mongo/dbtests/socktests.cpp
index 65aa215794a..e2997700f40 100644
--- a/src/mongo/dbtests/socktests.cpp
+++ b/src/mongo/dbtests/socktests.cpp
@@ -29,7 +29,10 @@
* then also delete it in the license file.
*/
+#define MONGO_PCH_WHITELISTED
+#include "mongo/platform/basic.h"
#include "mongo/pch.h"
+#undef MONGO_PCH_WHITELISTED
#include "mongo/db/repl/isself.h"
#include "mongo/dbtests/dbtests.h"