From 55229672869c456a2011b4b4bf35f0eb71daef78 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 23 Jul 2020 17:35:09 +0200 Subject: [PATCH] net/StaticSocketAddress: add IWYU pragma --- src/net/StaticSocketAddress.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/net/StaticSocketAddress.hxx b/src/net/StaticSocketAddress.hxx index 6694cdebb..c86a2a171 100644 --- a/src/net/StaticSocketAddress.hxx +++ b/src/net/StaticSocketAddress.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 @@ -30,12 +30,14 @@ #ifndef STATIC_SOCKET_ADDRESS_HXX #define STATIC_SOCKET_ADDRESS_HXX -#include "SocketAddress.hxx" +#include "SocketAddress.hxx" // IWYU pragma: export #include "Features.hxx" #include "util/Compiler.h" #include +struct StringView; + /** * An OO wrapper for struct sockaddr_storage. */