summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_version_test.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-03 17:54:10 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-05 18:27:01 -0500
commitc43d8e0aa47f868a8b3cd7367d2f21c717e2ca3c (patch)
tree4f043489fbf600565dfb63311762208766702389 /src/mongo/s/chunk_version_test.cpp
parentfe1a1055a60eef0b37ca389a4c516f27a17d04d1 (diff)
downloadmongo-c43d8e0aa47f868a8b3cd7367d2f21c717e2ca3c.tar.gz
SERVER-13256 Prohibit new uses of pch.h
Diffstat (limited to 'src/mongo/s/chunk_version_test.cpp')
-rw-r--r--src/mongo/s/chunk_version_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/s/chunk_version_test.cpp b/src/mongo/s/chunk_version_test.cpp
index 914e636c7f4..7c6cb0c796d 100644
--- a/src/mongo/s/chunk_version_test.cpp
+++ b/src/mongo/s/chunk_version_test.cpp
@@ -26,7 +26,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/jsobj.h"
#include "mongo/s/chunk_version.h"