summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@10gen.com>2012-10-22 17:49:46 -0400
committerAndy Schwerin <schwerin@10gen.com>2012-10-25 15:22:06 -0400
commit794ef53c1347e927adbbc15ea1462b3bd6e2c234 (patch)
tree71a4f8427c4feccbc20c52e77db9ca4d95df13b6
parent3ae2388259372c4a6f831e53bf0fc502ab38fc9f (diff)
downloadmongo-794ef53c1347e927adbbc15ea1462b3bd6e2c234.tar.gz
Fix includes in mongo/db/nonce.h.
-rw-r--r--src/mongo/db/nonce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/nonce.h b/src/mongo/db/nonce.h
index 5b8ddf4d46b..14316e4bd37 100644
--- a/src/mongo/db/nonce.h
+++ b/src/mongo/db/nonce.h
@@ -17,7 +17,7 @@
#pragma once
-#include <iostream>
+#include <iosfwd>
namespace mongo {