summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--searchlib/src/vespa/searchlib/docstore/idocumentstore.h2
-rw-r--r--vespalib/src/vespa/vespalib/net/tls/crypto_codec.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/searchlib/src/vespa/searchlib/docstore/idocumentstore.h b/searchlib/src/vespa/searchlib/docstore/idocumentstore.h
index 08983efb0da..f99302538e6 100644
--- a/searchlib/src/vespa/searchlib/docstore/idocumentstore.h
+++ b/searchlib/src/vespa/searchlib/docstore/idocumentstore.h
@@ -13,7 +13,7 @@ namespace document {
}
namespace vespalib {
-class CacheStats;
+struct CacheStats;
class nbostream;
}
diff --git a/vespalib/src/vespa/vespalib/net/tls/crypto_codec.h b/vespalib/src/vespa/vespalib/net/tls/crypto_codec.h
index 86ccaf3eb64..fc729d7dd6a 100644
--- a/vespalib/src/vespa/vespalib/net/tls/crypto_codec.h
+++ b/vespalib/src/vespa/vespalib/net/tls/crypto_codec.h
@@ -53,7 +53,7 @@ struct DecodeResult {
};
struct TlsContext;
-class PeerCredentials;
+struct PeerCredentials;
class AssumedRoles;
// TODO move to different namespace, not dependent on TLS?