summaryrefslogtreecommitdiff
path: root/src/mongo/rpc
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2017-11-06 15:11:03 -0500
committerBilly Donahue <billy.donahue@mongodb.com>2017-11-10 16:20:26 -0500
commitdfd1d2c8317d1e9fcddcac5adf118a636caae687 (patch)
tree0e0884f3fe3156e1f49f27aa1069504e9e5c13f8 /src/mongo/rpc
parent6a416de4330d6368ea77bace41e297082e8cf3bd (diff)
downloadmongo-dfd1d2c8317d1e9fcddcac5adf118a636caae687.tar.gz
SERVER-30244-pre1 move DataType::Handler<StringData> specialization to avoid ODR hazard
Diffstat (limited to 'src/mongo/rpc')
-rw-r--r--src/mongo/rpc/command_request.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/rpc/command_request.cpp b/src/mongo/rpc/command_request.cpp
index 067abeef636..44accc8b8f0 100644
--- a/src/mongo/rpc/command_request.cpp
+++ b/src/mongo/rpc/command_request.cpp
@@ -34,7 +34,7 @@
#include <utility>
#include "mongo/base/data_range_cursor.h"
-#include "mongo/base/data_type_string_data.h"
+#include "mongo/base/data_type.h"
#include "mongo/base/data_type_terminated.h"
#include "mongo/base/data_type_validated.h"
#include "mongo/bson/simple_bsonobj_comparator.h"