summaryrefslogtreecommitdiff
path: root/src/mongo/db/projection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/projection.h')
-rw-r--r--src/mongo/db/projection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/projection.h b/src/mongo/db/projection.h
index b36ff7b88aa..593af8bed5d 100644
--- a/src/mongo/db/projection.h
+++ b/src/mongo/db/projection.h
@@ -29,7 +29,10 @@
#pragma once
+#define MONGO_PCH_WHITELISTED
+#include "mongo/platform/basic.h"
#include "mongo/pch.h"
+#undef MONGO_PCH_WHITELISTED
#include "mongo/util/string_map.h"
#include "mongo/db/jsobj.h"
#include "mongo/db/matcher/matcher.h"