aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/functions-framework-cpp/fix-integral-include.patch
blob: 063585356831198d9486c64354cac0e8c09e10c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/google/cloud/functions/internal/parse_options.cc b/google/cloud/functions/internal/parse_options.cc
index ba3a2b5..54daf29 100644
--- a/google/cloud/functions/internal/parse_options.cc
+++ b/google/cloud/functions/internal/parse_options.cc
@@ -17,6 +17,7 @@
 #include <iostream>
 #include <limits>
 #include <stdexcept>
+#include <cstdint>
 
 namespace google::cloud::functions_internal {
 FUNCTIONS_FRAMEWORK_CPP_INLINE_NAMESPACE_BEGIN