From f102cbb613434c22253f861244d043df5385120d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 23 Jul 2020 17:38:00 +0200 Subject: [PATCH] net/AllocatedSocketAddress: add missing forward declaration --- src/net/AllocatedSocketAddress.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/net/AllocatedSocketAddress.hxx b/src/net/AllocatedSocketAddress.hxx index 1301a06d1..8e9393145 100644 --- a/src/net/AllocatedSocketAddress.hxx +++ b/src/net/AllocatedSocketAddress.hxx @@ -1,5 +1,5 @@ /* - * Copyright 2012-2019 Max Kellermann + * Copyright 2012-2020 Max Kellermann * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -39,6 +39,7 @@ #include struct sockaddr; +struct StringView; class AllocatedSocketAddress { public: