summaryrefslogtreecommitdiff
path: root/src/mongo/db/jsobj.h
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2013-02-27 07:25:51 -0500
committerEric Milkie <milkie@10gen.com>2013-03-11 11:15:02 -0400
commita8c05c5fd10f1aa9a57b7edbe0589d4a0b17f5b0 (patch)
tree3ef0484dbb81d3b8d228298c788e98694b667cd4 /src/mongo/db/jsobj.h
parentcac2effa776649208b8428f6c8c9692d45148fd2 (diff)
downloadmongo-a8c05c5fd10f1aa9a57b7edbe0589d4a0b17f5b0.tar.gz
SERVER-7772 move all of optime into optime.cpp/.h
Diffstat (limited to 'src/mongo/db/jsobj.h')
-rw-r--r--src/mongo/db/jsobj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/jsobj.h b/src/mongo/db/jsobj.h
index b108caaf314..c504084e6b6 100644
--- a/src/mongo/db/jsobj.h
+++ b/src/mongo/db/jsobj.h
@@ -30,7 +30,7 @@
#include "mongo/pch.h"
#include "../bson/util/builder.h"
-#include "../util/optime.h"
+#include "mongo/db/repl/optime.h"
#include "../bson/bsontypes.h"
#include "../bson/oid.h"
#include "../bson/bsonelement.h"