aboutsummaryrefslogtreecommitdiff
path: root/ports/functions-framework-cpp/0001-fix-msvc-build.patch
diff options
context:
space:
mode:
authorCarlos O'Ryan <coryan@users.noreply.github.com>2021-02-21 00:21:05 -0500
committerGitHub <noreply@github.com>2021-02-20 21:21:05 -0800
commit4d0234f8ad5db84df218df48224697a1f44f0f49 (patch)
tree2f349c11e3acab23be30b0080289e8110948efcb /ports/functions-framework-cpp/0001-fix-msvc-build.patch
parentbafa1697ba0a5a8de58c1c226b5fb22056ba8049 (diff)
downloadvcpkg-4d0234f8ad5db84df218df48224697a1f44f0f49.tar.gz
vcpkg-4d0234f8ad5db84df218df48224697a1f44f0f49.zip
[functions-framework-cpp] update to latest release (v0.4.0) (#16307)
* [functions-framework-cpp] update to latest release (v0.4.0) * Apply patch for MSVC, fixing upstream right now * I was wondering if this would need a new version * Delete port version
Diffstat (limited to 'ports/functions-framework-cpp/0001-fix-msvc-build.patch')
-rw-r--r--ports/functions-framework-cpp/0001-fix-msvc-build.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/functions-framework-cpp/0001-fix-msvc-build.patch b/ports/functions-framework-cpp/0001-fix-msvc-build.patch
new file mode 100644
index 000000000..3bd928303
--- /dev/null
+++ b/ports/functions-framework-cpp/0001-fix-msvc-build.patch
@@ -0,0 +1,12 @@
+diff --git a/google/cloud/functions/internal/base64_decode.cc b/google/cloud/functions/internal/base64_decode.cc
+index 038cb47..38c9a72 100644
+--- a/google/cloud/functions/internal/base64_decode.cc
++++ b/google/cloud/functions/internal/base64_decode.cc
+@@ -15,6 +15,7 @@
+ #include "google/cloud/functions/internal/base64_decode.h"
+ #include <boost/archive/iterators/binary_from_base64.hpp>
+ #include <boost/archive/iterators/transform_width.hpp>
++#include <stdexcept>
+
+ namespace google::cloud::functions_internal {
+ inline namespace FUNCTIONS_FRAMEWORK_CPP_NS {