summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbhelpers.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-01-05 17:07:47 -0500
committerEliot Horowitz <eliot@10gen.com>2012-01-05 17:58:21 -0500
commit432a8396eef6888c740c5a6ad8be3eed3fba34b5 (patch)
tree371a10cc9a70cac2f6383c67607d9b6eb0af1d67 /src/mongo/db/dbhelpers.h
parent717c7a2d79272f03f73f3214fbb61b59e22836ee (diff)
downloadmongo-432a8396eef6888c740c5a6ad8be3eed3fba34b5.tar.gz
remove boost filesystem includes from pch.h and be explicit anywhere we use it
Diffstat (limited to 'src/mongo/db/dbhelpers.h')
-rw-r--r--src/mongo/db/dbhelpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/dbhelpers.h b/src/mongo/db/dbhelpers.h
index 99d401fa1f8..4b75d5d9305 100644
--- a/src/mongo/db/dbhelpers.h
+++ b/src/mongo/db/dbhelpers.h
@@ -149,8 +149,8 @@ namespace mongo {
void goingToDelete( const BSONObj& o );
private:
- path _root;
- path _file;
+ boost::filesystem::path _root;
+ boost::filesystem::path _file;
ofstream* _out;
};