summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests/mmaptests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/dbtests/mmaptests.cpp')
-rw-r--r--src/mongo/dbtests/mmaptests.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mongo/dbtests/mmaptests.cpp b/src/mongo/dbtests/mmaptests.cpp
index b96ac410ca6..20e363c9db0 100644
--- a/src/mongo/dbtests/mmaptests.cpp
+++ b/src/mongo/dbtests/mmaptests.cpp
@@ -17,12 +17,13 @@
*/
#include "mongo/pch.h"
+
+#include <boost/filesystem/operations.hpp>
+
#include "mongo/db/storage/durable_mapped_file.h"
#include "mongo/util/timer.h"
#include "mongo/dbtests/dbtests.h"
-#include <boost/filesystem/operations.hpp>
-
namespace MMapTests {
class LeakTest {