aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/common/visitorfactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/vespa/storage/common/visitorfactory.h')
-rw-r--r--storage/src/vespa/storage/common/visitorfactory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/src/vespa/storage/common/visitorfactory.h b/storage/src/vespa/storage/common/visitorfactory.h
index 8ee7577a9e3..1f18ace3095 100644
--- a/storage/src/vespa/storage/common/visitorfactory.h
+++ b/storage/src/vespa/storage/common/visitorfactory.h
@@ -1,4 +1,4 @@
-// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
/**
* \class storage::VisitorFactory
*
@@ -12,6 +12,7 @@
namespace storage {
+class StorageComponent;
class Visitor;
class VisitorEnvironment {