diff options
author | Eliot Horowitz <eliot@10gen.com> | 2013-12-24 18:44:18 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2013-12-30 00:41:27 -0500 |
commit | 7de1f17148231074cdf74177dcbf8e8fc534949b (patch) | |
tree | 886e7008704a2152fa47354e513ba9cb4cf0969a /src/mongo/db/instance.cpp | |
parent | 29e691a91c72b28ef50faddc7ef6f24523788aee (diff) | |
download | mongo-7de1f17148231074cdf74177dcbf8e8fc534949b.tar.gz |
SERVER-12213: bulk of index refactor, making catalog/record store come via catalog - js tests work
Diffstat (limited to 'src/mongo/db/instance.cpp')
-rw-r--r-- | src/mongo/db/instance.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/instance.cpp b/src/mongo/db/instance.cpp index 99421877a95..d214e0c0b96 100644 --- a/src/mongo/db/instance.cpp +++ b/src/mongo/db/instance.cpp @@ -50,6 +50,7 @@ #include "mongo/db/commands/fsync.h" #include "mongo/db/d_concurrency.h" #include "mongo/db/db.h" +#include "mongo/db/dbhelpers.h" #include "mongo/db/dbmessage.h" #include "mongo/db/dur_commitjob.h" #include "mongo/db/dur_journal.h" |