diff options
author | Geert Bosch <geert@mongodb.com> | 2015-06-17 11:17:40 -0400 |
---|---|---|
committer | Geert Bosch <geert@mongodb.com> | 2015-06-17 12:36:12 -0400 |
commit | cbc69e7dcb875b35e161875317bca701b48c770c (patch) | |
tree | fcfd8ef68e7c8b31560cbe70034ee6dba88cebf0 | |
parent | 532571b5bc3db0560f41ad5e60a748ddd1782c85 (diff) | |
download | mongo-cbc69e7dcb875b35e161875317bca701b48c770c.tar.gz |
Add missing pragma once
-rw-r--r-- | src/mongo/db/storage/key_string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/storage/key_string.h b/src/mongo/db/storage/key_string.h index 0d895941f9e..04b341521bf 100644 --- a/src/mongo/db/storage/key_string.h +++ b/src/mongo/db/storage/key_string.h @@ -28,6 +28,8 @@ * it in the license file. */ +#pragma once + #include "mongo/bson/bsonobj.h" #include "mongo/bson/bsonobjbuilder.h" #include "mongo/bson/bsonmisc.h" |