summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/key_string.h
diff options
context:
space:
mode:
authorGeert Bosch <geert@mongodb.com>2015-06-17 11:17:40 -0400
committerGeert Bosch <geert@mongodb.com>2015-06-17 12:36:12 -0400
commitcbc69e7dcb875b35e161875317bca701b48c770c (patch)
treefcfd8ef68e7c8b31560cbe70034ee6dba88cebf0 /src/mongo/db/storage/key_string.h
parent532571b5bc3db0560f41ad5e60a748ddd1782c85 (diff)
downloadmongo-cbc69e7dcb875b35e161875317bca701b48c770c.tar.gz
Add missing pragma once
Diffstat (limited to 'src/mongo/db/storage/key_string.h')
-rw-r--r--src/mongo/db/storage/key_string.h2
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"