Skip to content

Commit 9396102

Browse files
committed
Small includes fix
1 parent 59a4cb9 commit 9396102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libs/ports/include/ports/upnp/HTTPTypes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2024 Ember
2+
* Copyright (c) 2024 - 2025 Ember
33
*
44
* This Source Code Form is subject to the terms of the Mozilla Public
55
* License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -9,10 +9,10 @@
99
#pragma once
1010

1111
#include <ports/upnp/Utility.h>
12-
#include <regex>
1312
#include <string>
1413
#include <string_view>
1514
#include <unordered_map>
15+
#include <utility>
1616
#include <vector>
1717

1818
namespace ember::ports::upnp {

0 commit comments

Comments
 (0)