net/AllocatedSocketAddress: add missing forward declaration
This commit is contained in:
parent
5522967286
commit
f102cbb613
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user