From 155fc8fa5a3abf1d802efb36cd4b4fa2b3f3d69a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 23 Jul 2020 16:14:23 +0200 Subject: include cleanup --- src/net/AddressInfo.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/net/AddressInfo.hxx') diff --git a/src/net/AddressInfo.hxx b/src/net/AddressInfo.hxx index 1e6350b75..578c53a07 100644 --- a/src/net/AddressInfo.hxx +++ b/src/net/AddressInfo.hxx @@ -1,5 +1,5 @@ /* - * Copyright 2016-2019 Max Kellermann + * Copyright 2016-2020 Max Kellermann * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -31,13 +31,14 @@ #define NET_ADDRESS_INFO_HXX #include "SocketAddress.hxx" +#include "util/Compiler.h" #include #ifdef _WIN32 -#include +#include // IWYU pragma: export #else -#include +#include // IWYU pragma: export #endif constexpr struct addrinfo -- cgit v1.2.3