diff options
author | Hari Khalsa <hkhalsa@10gen.com> | 2013-04-08 16:57:55 -0400 |
---|---|---|
committer | Hari Khalsa <hkhalsa@10gen.com> | 2013-04-08 16:57:55 -0400 |
commit | 7da7625b971d08d6c3705499f412ff0852b36b5a (patch) | |
tree | b5725cd9855a1b1f2381b2b025ad4704de251f2e /src/mongo/db/index | |
parent | c3e875be4102581a744d8c04ebc274f1a6188510 (diff) | |
download | mongo-7da7625b971d08d6c3705499f412ff0852b36b5a.tar.gz |
fix linux32 link
Diffstat (limited to 'src/mongo/db/index')
-rw-r--r-- | src/mongo/db/index/btree_interface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/index/btree_interface.cpp b/src/mongo/db/index/btree_interface.cpp index 952100958fd..aa4360c0e10 100644 --- a/src/mongo/db/index/btree_interface.cpp +++ b/src/mongo/db/index/btree_interface.cpp @@ -16,6 +16,7 @@ #include "mongo/db/btree.h" #include "mongo/db/index/btree_interface.h" +#include "mongo/db/pdfile.h" namespace mongo { |