net/AllocatedSocketAddress: add missing forward declaration

This commit is contained in:
Max Kellermann 2020-07-23 17:38:00 +02:00
parent 5522967286
commit f102cbb613

View File

@ -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: