diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-07-24 11:01:04 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-07-24 11:01:04 -0400 |
commit | 956fd780e23cebfaf09c6d2fb02c8c3a5e4a9dd3 (patch) | |
tree | 8740b4deeb1542a4c7edc18ebdcac9ef127caa44 /util | |
parent | 0c46e6dd8f9faaaf5936b09063a2092b440482d5 (diff) | |
download | mongo-956fd780e23cebfaf09c6d2fb02c8c3a5e4a9dd3.tar.gz |
fix linux compile MINOR
Diffstat (limited to 'util')
-rw-r--r-- | util/top.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/top.h b/util/top.h index 15862cf37bc..ed319ece997 100644 --- a/util/top.h +++ b/util/top.h @@ -17,6 +17,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <boost/date_time/posix_time/posix_time.hpp> + namespace mongo { // Records per namespace utilization of the mongod process. |