Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1f3d74e

Browse files
committedJul 18, 2022
Missing include
1 parent 7c2c7e8 commit 1f3d74e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎library/net/Socket.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
* misrepresented as being the original software.
1919
* 3. This notice may not be removed or altered from any source distribution.
2020
*/
21+
22+
#include <utility>
23+
2124
#include <gf/Socket.h>
2225

2326
#include <gf/Log.h>

0 commit comments

Comments
 (0)
Please sign in to comment.