We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a4cb9 commit 9396102Copy full SHA for 9396102
src/libs/ports/include/ports/upnp/HTTPTypes.h
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2024 Ember
+ * Copyright (c) 2024 - 2025 Ember
3
*
4
* This Source Code Form is subject to the terms of the Mozilla Public
5
* License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -9,10 +9,10 @@
9
#pragma once
10
11
#include <ports/upnp/Utility.h>
12
-#include <regex>
13
#include <string>
14
#include <string_view>
15
#include <unordered_map>
+#include <utility>
16
#include <vector>
17
18
namespace ember::ports::upnp {
0 commit comments