mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 17:49:00 +08:00
13 lines
360 B
Diff
13 lines
360 B
Diff
|
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"
|
||
|
|