diff options
author | Max Kellermann <max@musicpd.org> | 2020-07-23 17:38:00 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-07-23 17:40:29 +0200 |
commit | f102cbb613434c22253f861244d043df5385120d (patch) | |
tree | f4621b6f0c0ce3aa2a5b1911ed80beb0ad94b6a7 /src | |
parent | 55229672869c456a2011b4b4bf35f0eb71daef78 (diff) |
net/AllocatedSocketAddress: add missing forward declaration
Diffstat (limited to 'src')
-rw-r--r-- | src/net/AllocatedSocketAddress.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
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 <max.kellermann@gmail.com> + * Copyright 2012-2020 Max Kellermann <max.kellermann@gmail.com> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -39,6 +39,7 @@ #include <stdlib.h> struct sockaddr; +struct StringView; class AllocatedSocketAddress { public: |