From bef7b9a89f3a24ed563e958ab789595ac1cc39cc Mon Sep 17 00:00:00 2001 From: Mathias Stearn Date: Tue, 26 Apr 2016 19:25:09 -0400 Subject: SERVER-23873 Optimize checking for interrupt --- src/mongo/db/storage/record_store_test_datafor.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mongo/db/storage/record_store_test_datafor.cpp') diff --git a/src/mongo/db/storage/record_store_test_datafor.cpp b/src/mongo/db/storage/record_store_test_datafor.cpp index 4bb9a0fbca1..f29300d9525 100644 --- a/src/mongo/db/storage/record_store_test_datafor.cpp +++ b/src/mongo/db/storage/record_store_test_datafor.cpp @@ -28,8 +28,9 @@ * it in the license file. */ -#include "mongo/db/storage/record_store_test_harness.h" +#include "mongo/platform/basic.h" +#include "mongo/db/storage/record_store_test_harness.h" #include "mongo/db/record_id.h" #include "mongo/db/storage/record_data.h" -- cgit v1.2.1