diff options
author | Eliot Horowitz <eliot@10gen.com> | 2014-03-06 23:50:11 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2014-04-03 13:31:49 -0400 |
commit | b01c395962d13784af8f7a9055dfd6aa7a53bdef (patch) | |
tree | a4040fb5784598c8176e4e8c1278f174cb7195aa /src/mongo/db/pdfile.cpp | |
parent | 17458452bd0ccc6b86a372e9ccc9fd7163af94a4 (diff) | |
download | mongo-b01c395962d13784af8f7a9055dfd6aa7a53bdef.tar.gz |
SERVER-13084: more IndexDetails and header work
Diffstat (limited to 'src/mongo/db/pdfile.cpp')
-rw-r--r-- | src/mongo/db/pdfile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/pdfile.cpp b/src/mongo/db/pdfile.cpp index 772ed34837b..c0a5747a64e 100644 --- a/src/mongo/db/pdfile.cpp +++ b/src/mongo/db/pdfile.cpp @@ -81,6 +81,7 @@ _ disallow system* manipulations from the database. #include "mongo/util/processinfo.h" #include "mongo/db/stats/timer_stats.h" #include "mongo/db/stats/counters.h" +#include "mongo/db/structure/catalog/namespace_details.h" namespace mongo { |