summaryrefslogtreecommitdiff
path: root/bson
diff options
context:
space:
mode:
authorAlberto Lerner <alerner@10gen.com>2010-09-16 09:18:46 -0400
committerAlberto Lerner <alerner@10gen.com>2010-09-16 09:18:46 -0400
commit5f7500bf01d04732cd83d76a8852baaf98d185c5 (patch)
treedd331c01e862964052c5d780194ba219afa5f9b3 /bson
parent85cdf5bfed44e1119b91a3e95a3f7b13c77fad0a (diff)
downloadmongo-5f7500bf01d04732cd83d76a8852baaf98d185c5.tar.gz
Pull timer.h and time_support.h out of goodies.h
The code on both the new header files is essentially the same. This commit just adjusted #include in dependent modules. The new headers did not make to pch.h. This change is in preparation for some improvements in code that is now in time_support.h
Diffstat (limited to 'bson')
-rw-r--r--bson/bson_db.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bson/bson_db.h b/bson/bson_db.h
index 18cd59f9e10..0cab138aa8e 100644
--- a/bson/bson_db.h
+++ b/bson/bson_db.h
@@ -26,6 +26,7 @@
#pragma once
#include "../util/optime.h"
+#include "../util/time_support.h"
namespace mongo {