summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbcommands_generic.cpp
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2014-04-28 20:06:17 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2014-05-07 12:00:23 -0400
commitb85d1a63d3d19e0fc07b8ec159214ee92ae3d097 (patch)
tree1110be8911a8306277dbdeee9b115735db326b5b /src/mongo/db/dbcommands_generic.cpp
parent72380726608df663a85bee24d69a20ed2ca8287d (diff)
downloadmongo-b85d1a63d3d19e0fc07b8ec159214ee92ae3d097.tar.gz
SERVER-13256: Remove exit functions from pch
Diffstat (limited to 'src/mongo/db/dbcommands_generic.cpp')
-rw-r--r--src/mongo/db/dbcommands_generic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/dbcommands_generic.cpp b/src/mongo/db/dbcommands_generic.cpp
index ba351270be1..81ef1687530 100644
--- a/src/mongo/db/dbcommands_generic.cpp
+++ b/src/mongo/db/dbcommands_generic.cpp
@@ -55,6 +55,7 @@
#include "mongo/db/stats/counters.h"
#include "mongo/scripting/engine.h"
#include "mongo/server.h"
+#include "mongo/util/exit.h"
#include "mongo/util/fail_point.h"
#include "mongo/util/fail_point_service.h"
#include "mongo/util/lruishmap.h"