From cbc69e7dcb875b35e161875317bca701b48c770c Mon Sep 17 00:00:00 2001 From: Geert Bosch Date: Wed, 17 Jun 2015 11:17:40 -0400 Subject: Add missing pragma once --- src/mongo/db/storage/key_string.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mongo/db/storage/key_string.h') 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" -- cgit v1.2.1