diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2016-05-28 17:55:10 -0400 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2016-05-28 17:55:10 -0400 |
commit | 8ff8b380201ff2866e81f74cf914227a9bd272fa (patch) | |
tree | aabe9ec55e5b769e66fe215d59357ddb2721e6ef /src/mongo/db/hasher_test.cpp | |
parent | 8d94f1c084b85c34b0c3c10cb8367491681b4a0e (diff) | |
download | mongo-8ff8b380201ff2866e81f74cf914227a9bd272fa.tar.gz |
SERVER-23971 Fixup headers to workaround clang-format 3.8 include sorting bug
Diffstat (limited to 'src/mongo/db/hasher_test.cpp')
-rw-r--r-- | src/mongo/db/hasher_test.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/hasher_test.cpp b/src/mongo/db/hasher_test.cpp index 4dbf147e768..a837126bebd 100644 --- a/src/mongo/db/hasher_test.cpp +++ b/src/mongo/db/hasher_test.cpp @@ -28,6 +28,8 @@ /** Unit tests for BSONElementHasher. */ +#include "mongo/platform/basic.h" + #include "mongo/db/hasher.h" #include "mongo/db/jsobj.h" #include "mongo/db/json.h" |