aboutsummaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahooinc.com>2022-01-11 15:19:26 +0000
committerTor Brede Vekterli <vekterli@yahooinc.com>2022-01-11 15:19:26 +0000
commit7899f552fbb2de4b419b88be113c54f0c0e9cae9 (patch)
treefce967c3428c6c71e6f55739929cba710f182c98 /storage
parent941b4d0a9d5729145f73d1f885b0ffbb9687f15e (diff)
Add missing pragma once
Diffstat (limited to 'storage')
-rw-r--r--storage/src/vespa/storage/common/dummy_mbus_messages.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/src/vespa/storage/common/dummy_mbus_messages.h b/storage/src/vespa/storage/common/dummy_mbus_messages.h
index 1efaa6b654f..10ecf7b6ed7 100644
--- a/storage/src/vespa/storage/common/dummy_mbus_messages.h
+++ b/storage/src/vespa/storage/common/dummy_mbus_messages.h
@@ -1,4 +1,6 @@
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+#pragma once
+
#include <vespa/messagebus/message.h>
/**