Blame SOURCES/leatherman-gcc11.patch

45c5bd
diff --git a/curl/src/client.cc b/curl/src/client.cc
45c5bd
index 558db6d..d27bb36 100644
45c5bd
--- a/curl/src/client.cc
45c5bd
+++ b/curl/src/client.cc
45c5bd
@@ -1,3 +1,4 @@
45c5bd
+#include <cstddef>
45c5bd
 #include <leatherman/curl/client.hpp>
45c5bd
 #include <leatherman/curl/request.hpp>
45c5bd
 #include <leatherman/curl/response.hpp>
45c5bd
diff --git a/util/src/posix/scoped_descriptor.cc b/util/src/posix/scoped_descriptor.cc
45c5bd
index 6fd1495..8294d0b 100644
45c5bd
--- a/util/src/posix/scoped_descriptor.cc
45c5bd
+++ b/util/src/posix/scoped_descriptor.cc
45c5bd
@@ -1,3 +1,5 @@
45c5bd
+#include <cstddef>
45c5bd
+
45c5bd
 #include <leatherman/util/posix/scoped_descriptor.hpp>
45c5bd
 
45c5bd
 using namespace std;
45c5bd
diff --git a/util/src/scope_exit.cc b/util/src/scope_exit.cc
45c5bd
index 764c2fb..441855a 100644
45c5bd
--- a/util/src/scope_exit.cc
45c5bd
+++ b/util/src/scope_exit.cc
45c5bd
@@ -1,3 +1,4 @@
45c5bd
+#include <cstddef>
45c5bd
 #include <leatherman/util/scope_exit.hpp>
45c5bd
 
45c5bd
 using namespace std;
45c5bd
diff --git a/util/src/scoped_env.cc b/util/src/scoped_env.cc
45c5bd
index 6c6a041..df26645 100644
45c5bd
--- a/util/src/scoped_env.cc
45c5bd
+++ b/util/src/scoped_env.cc
45c5bd
@@ -1,3 +1,5 @@
45c5bd
+#include <cstddef>
45c5bd
+
45c5bd
 #include <leatherman/util/scoped_env.hpp>
45c5bd
 #include <leatherman/util/environment.hpp>
45c5bd