diff options
author | Alberto Lerner <alerner@10gen.com> | 2010-09-16 09:18:46 -0400 |
---|---|---|
committer | Alberto Lerner <alerner@10gen.com> | 2010-09-16 09:18:46 -0400 |
commit | 5f7500bf01d04732cd83d76a8852baaf98d185c5 (patch) | |
tree | dd331c01e862964052c5d780194ba219afa5f9b3 /bson | |
parent | 85cdf5bfed44e1119b91a3e95a3f7b13c77fad0a (diff) | |
download | mongo-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.h | 1 |
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 { |