diff options
author | Andrew Morrow <acm@mongodb.com> | 2015-01-04 12:45:38 -0500 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2015-01-05 18:52:21 -0500 |
commit | 738e17c6366b416b60dfcebaff99ee2a357c7fcf (patch) | |
tree | 1833503ec1860a609efc6e715ec1ec6ca8f1b919 /src/mongo/db/dbhelpers.h | |
parent | e782819da4ce547272c653ec85984cacf5e60ff2 (diff) | |
download | mongo-738e17c6366b416b60dfcebaff99ee2a357c7fcf.tar.gz |
SERVER-13256 Remove boost/utility from pch.h
Diffstat (limited to 'src/mongo/db/dbhelpers.h')
-rw-r--r-- | src/mongo/db/dbhelpers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/dbhelpers.h b/src/mongo/db/dbhelpers.h index 04ac4c611e1..f9ead76bc20 100644 --- a/src/mongo/db/dbhelpers.h +++ b/src/mongo/db/dbhelpers.h @@ -28,6 +28,8 @@ #pragma once +#include <boost/noncopyable.hpp> + #include "mongo/db/client.h" #include "mongo/db/db.h" #include "mongo/db/record_id.h" |