Commit 55229672 authored by Max Kellermann's avatar Max Kellermann

net/StaticSocketAddress: add IWYU pragma

parent a2f42e64
/* /*
* Copyright 2012-2019 Max Kellermann <max.kellermann@gmail.com> * Copyright 2012-2020 Max Kellermann <max.kellermann@gmail.com>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions
...@@ -30,12 +30,14 @@ ...@@ -30,12 +30,14 @@
#ifndef STATIC_SOCKET_ADDRESS_HXX #ifndef STATIC_SOCKET_ADDRESS_HXX
#define STATIC_SOCKET_ADDRESS_HXX #define STATIC_SOCKET_ADDRESS_HXX
#include "SocketAddress.hxx" #include "SocketAddress.hxx" // IWYU pragma: export
#include "Features.hxx" #include "Features.hxx"
#include "util/Compiler.h" #include "util/Compiler.h"
#include <cassert> #include <cassert>
struct StringView;
/** /**
* An OO wrapper for struct sockaddr_storage. * An OO wrapper for struct sockaddr_storage.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment