summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mmap_v1/dur_recover.cpp
diff options
context:
space:
mode:
authorAndrew Morrow <acm@mongodb.com>2015-01-03 15:08:46 -0500
committerAndrew Morrow <acm@mongodb.com>2015-01-05 18:26:59 -0500
commitd61eb5e43f1efe634be1a383ea451f8579dfb9fa (patch)
tree1c175fabf3ae10455d981808c9fd6fa37e189357 /src/mongo/db/storage/mmap_v1/dur_recover.cpp
parentce14697bff987f49262f5da9f14e33f913ae9339 (diff)
downloadmongo-d61eb5e43f1efe634be1a383ea451f8579dfb9fa.tar.gz
SERVER-13256 Move hexdump out of goodies.h and into hex.h
Diffstat (limited to 'src/mongo/db/storage/mmap_v1/dur_recover.cpp')
-rw-r--r--src/mongo/db/storage/mmap_v1/dur_recover.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/storage/mmap_v1/dur_recover.cpp b/src/mongo/db/storage/mmap_v1/dur_recover.cpp
index d5c79a9eb1c..fc5ec70be6c 100644
--- a/src/mongo/db/storage/mmap_v1/dur_recover.cpp
+++ b/src/mongo/db/storage/mmap_v1/dur_recover.cpp
@@ -58,6 +58,7 @@
#include "mongo/util/checksum.h"
#include "mongo/util/compress.h"
#include "mongo/util/exit.h"
+#include "mongo/util/hex.h"
#include "mongo/util/log.h"
#include "mongo/util/mongoutils/str.h"
#include "mongo/util/startup_test.h"