summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/record_data.h
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2014-10-07 22:18:50 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2014-10-07 22:18:50 -0400
commit6282f86e966b58cce4eab9403ff428118ae0ad0a (patch)
tree9371f8ba61bd574c2662b524c251d731cd6d2079 /src/mongo/db/storage/record_data.h
parent5e46ce21ff9f5b8034f6f7828c2b817cdaee9bad (diff)
downloadmongo-6282f86e966b58cce4eab9403ff428118ae0ad0a.tar.gz
SERVER-13635 Expand set of generic RecordStore API tests.
Diffstat (limited to 'src/mongo/db/storage/record_data.h')
-rw-r--r--src/mongo/db/storage/record_data.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mongo/db/storage/record_data.h b/src/mongo/db/storage/record_data.h
index 61428b7ca61..6da51edec3e 100644
--- a/src/mongo/db/storage/record_data.h
+++ b/src/mongo/db/storage/record_data.h
@@ -30,6 +30,10 @@
#pragma once
+#include <boost/shared_array.hpp>
+
+#include "mongo/bson/bsonobj.h"
+
namespace mongo {
/**