summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batch_write_op.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-08-13 14:15:08 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2015-08-14 15:27:43 -0400
commit914c12f4c7e850cacc6292bc330101579a0627ef (patch)
tree54b3e59b4a066e3b3acf4b1bc44998cebf7f6fe5 /src/mongo/s/write_ops/batch_write_op.cpp
parentc8d6784595dc2ea4d6ec1bc901578f15e9c6b076 (diff)
downloadmongo-914c12f4c7e850cacc6292bc330101579a0627ef.tar.gz
SERVER-19855 Make write_ops have their own SConscript
Also fixes some includes and dependencies.
Diffstat (limited to 'src/mongo/s/write_ops/batch_write_op.cpp')
-rw-r--r--src/mongo/s/write_ops/batch_write_op.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/s/write_ops/batch_write_op.cpp b/src/mongo/s/write_ops/batch_write_op.cpp
index 57ea59c0b93..113dd9133f8 100644
--- a/src/mongo/s/write_ops/batch_write_op.cpp
+++ b/src/mongo/s/write_ops/batch_write_op.cpp
@@ -26,6 +26,8 @@
* it in the license file.
*/
+#include "mongo/platform/basic.h"
+
#include "mongo/s/write_ops/batch_write_op.h"
#include "mongo/base/error_codes.h"