commit | ff1cdb3d3fdd35f7df7b50c64bc7a702483bbdc7 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Jan 21 17:01:36 2025 -0500 |
committer | Elliott Hughes <enh@google.com> | Tue Jan 21 17:01:36 2025 -0500 |
tree | 7481dec9b36c000f94188e9b6aa0bc0d681ee898 | |
parent | cf2c32dabb67a9c8ad3d2ec6e5775e8d19310336 [diff] [blame] |
Fix C++23 build. Mostly missing #includes, but some incomplete types given to std::unique_ptr too. Change-Id: I50583874dca32607eeb48b5d640822a3417ff530
diff --git a/init/capabilities.h b/init/capabilities.h index fc80c98..b71d2cb 100644 --- a/init/capabilities.h +++ b/init/capabilities.h
@@ -18,6 +18,7 @@ #include <sys/capability.h> #include <bitset> +#include <memory> #include <string> #include <type_traits>