summaryrefslogtreecommitdiffstats
path: root/storageapi
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@verizonmedia.com>2019-04-10 09:26:46 +0000
committerTor Brede Vekterli <vekterli@verizonmedia.com>2019-04-10 09:26:46 +0000
commit2354e794031cec8bcb654e676338bc0ddcbb71d6 (patch)
tree8cb06aa68c8811bdec7a2de761594dda5f789318 /storageapi
parentd9391e832e4f0c5e87000a49eac72b017631e5a7 (diff)
Add missing header pragma directive
Diffstat (limited to 'storageapi')
-rw-r--r--storageapi/src/vespa/storageapi/mbusprot/protobuf_includes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/storageapi/src/vespa/storageapi/mbusprot/protobuf_includes.h b/storageapi/src/vespa/storageapi/mbusprot/protobuf_includes.h
index 2a3a8e0990d..8e878cf0560 100644
--- a/storageapi/src/vespa/storageapi/mbusprot/protobuf_includes.h
+++ b/storageapi/src/vespa/storageapi/mbusprot/protobuf_includes.h
@@ -1,5 +1,7 @@
// Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+#pragma once
+
// Disable warnings emitted by protoc generated files
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wsuggest-override"