diff options
author | Dwight Merriman <dwight@10gen.com> | 2010-04-24 18:25:58 -0400 |
---|---|---|
committer | Dwight Merriman <dwight@10gen.com> | 2010-04-24 18:25:58 -0400 |
commit | c4bd46504276f7b7da07b8ab2bc1c5685004a29d (patch) | |
tree | bdf788366d6b91b2a979829421dbdfed61f8a3a6 /client | |
parent | 96b58977fcc6cad83a79589162843659221ea1ab (diff) | |
download | mongo-c4bd46504276f7b7da07b8ab2bc1c5685004a29d.tar.gz |
towards 3
Diffstat (limited to 'client')
-rw-r--r-- | client/dbclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/dbclient.cpp b/client/dbclient.cpp index a155dbcd942..ecc5fa31a57 100644 --- a/client/dbclient.cpp +++ b/client/dbclient.cpp @@ -18,7 +18,7 @@ #include "stdafx.h" #include "../db/pdfile.h" #include "dbclient.h" -#include "../util/builder.h" +#include "../bson/util/builder.h" #include "../db/jsobj.h" #include "../db/json.h" #include "../db/instance.h" |