summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/bucketdatabasetest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/distributor/bucketdatabasetest.cpp')
-rw-r--r--storage/src/tests/distributor/bucketdatabasetest.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/storage/src/tests/distributor/bucketdatabasetest.cpp b/storage/src/tests/distributor/bucketdatabasetest.cpp
index ecfdc127fc2..c269389dd04 100644
--- a/storage/src/tests/distributor/bucketdatabasetest.cpp
+++ b/storage/src/tests/distributor/bucketdatabasetest.cpp
@@ -2,9 +2,9 @@
#include "bucketdatabasetest.h"
#include <vespa/storageframework/defaultimplementation/clock/realclock.h>
#include <iomanip>
+#include <algorithm>
-namespace storage {
-namespace distributor {
+namespace storage::distributor {
using document::BucketId;
@@ -544,4 +544,3 @@ BucketDatabaseTest::testChildCount()
}
}
-} // storage