[status-code] add missing include (#30673)

This commit is contained in:
autoantwort 2023-04-06 01:28:43 +02:00 committed by GitHub
parent aef4855626
commit 3a720e8908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,12 @@
diff --git a/wg21/file_io_error.cpp b/wg21/file_io_error.cpp
index 41f23a1..fe69458 100644
--- a/wg21/file_io_error.cpp
+++ b/wg21/file_io_error.cpp
@@ -24,6 +24,7 @@ http://www.boost.org/LICENSE_1_0.txt)
#define _CRT_SECURE_NO_WARNINGS
#include <stdio.h> // for sprintf
+#include <utility> // for std::move
#include "status-code/system_error2.hpp"

View File

@ -5,6 +5,7 @@ vcpkg_from_github(
SHA512 61685b7ba40fd2e8a985a8135065b335655aac7aee7778ca3317004c9730078361cfa4bd1b9ac2f9002efc707bfb6168c0275f11e0c5a6b079d42c8240528a90
HEAD_REF master
PATCHES
add-missing-include.patch
)
# Because status-code's deployed files are header-only, the debug build is not necessary

View File

@ -1,7 +1,7 @@
{
"name": "status-code",
"version-date": "2023-01-27",
"port-version": 1,
"port-version": 2,
"maintainers": [
"Niall Douglas <s_github@nedprod.com>",
"Henrik Gaßmann <henrik@gassmann.onl>"

View File

@ -7610,7 +7610,7 @@
},
"status-code": {
"baseline": "2023-01-27",
"port-version": 1
"port-version": 2
},
"status-value-lite": {
"baseline": "1.1.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "40d6b3bdc23cdb7de14e9f07eb229d0124b9c550",
"version-date": "2023-01-27",
"port-version": 2
},
{
"git-tree": "e920c8de8cd88a6a9f9a4d1c378c21a36759123b",
"version-date": "2023-01-27",