commit | 3425981d17db4e46b822cec3da8dc9e877b7d26c | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Thu Nov 11 18:17:32 2021 -0800 |
committer | Gerrit Code Review <gerrit@software.frc971.org> | Thu Nov 11 18:17:32 2021 -0800 |
tree | 8f70d70c89c7b3e9a85ebebe1da9af9f16204ef7 | |
parent | 7026e2dc28aee47485e69a2021b28cbf312dbcff [diff] | |
parent | d627ed32d377156c6fed9b02aa686c0394562dc2 [diff] |
Merge "Add missing #includes in crc32.h"
diff --git a/aos/events/logging/crc32.h b/aos/events/logging/crc32.h index 7d21704..9e7c3f2 100644 --- a/aos/events/logging/crc32.h +++ b/aos/events/logging/crc32.h
@@ -1,3 +1,7 @@ +#include <stdint.h> + +#include <optional> + #include "absl/types/span.h" namespace aos {