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/ueventd_test.cpp b/init/ueventd_test.cpp index 1ac6d8e..5921ece 100644 --- a/init/ueventd_test.cpp +++ b/init/ueventd_test.cpp
@@ -19,6 +19,7 @@ #include <sys/stat.h> #include <unistd.h> +#include <algorithm> #include <atomic> #include <chrono> #include <string>