diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-06-02 13:35:09 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-06-02 13:35:09 -0400 |
commit | b0451e7853d7488c1d203bd873c0335f14f6621b (patch) | |
tree | bfb4c1be8dbc1608a8ef41d7762ea8f997bf978b | |
parent | 9a5638cee679eebf849cf22d67f9843ec56a07d2 (diff) | |
download | mongo-b0451e7853d7488c1d203bd873c0335f14f6621b.tar.gz |
namespace for histogram test for solaris
-rw-r--r-- | dbtests/histogram_test.cpp | 2 |
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; |