summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-06-02 13:35:09 -0400
committerEliot Horowitz <eliot@10gen.com>2010-06-02 13:35:09 -0400
commitb0451e7853d7488c1d203bd873c0335f14f6621b (patch)
treebfb4c1be8dbc1608a8ef41d7762ea8f997bf978b
parent9a5638cee679eebf849cf22d67f9843ec56a07d2 (diff)
downloadmongo-b0451e7853d7488c1d203bd873c0335f14f6621b.tar.gz
namespace for histogram test for solaris
-rw-r--r--dbtests/histogram_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbtests/histogram_test.cpp b/dbtests/histogram_test.cpp
index 680cc51daa1..066e1202b7b 100644
--- a/dbtests/histogram_test.cpp
+++ b/dbtests/histogram_test.cpp
@@ -21,7 +21,7 @@
#include "dbtests.h"
#include "../util/histogram.h"
-namespace {
+namespace mongo {
using mongo::Histogram;