commit | e9f0485c5bd6675c24ef1a765d1baa16ee0ce297 | [log] [tgz] |
---|---|---|
author | Peter Foley <pefoley@google.com> | Mon Oct 16 17:11:23 2023 -0400 |
committer | Peter Foley <pefoley@google.com> | Mon Oct 16 17:34:37 2023 -0400 |
tree | 1c007570c64ca6de75b217721650b250833d74b3 | |
parent | e6fda4501899d9d886f9d5c035f4cf759b459861 [diff] |
str: Add missing include <bit> should be included to use std::endian. Change-Id: Id5d18ee1b700094ab18f6d9909056ed7ea4d7477 Signed-off-by: Peter Foley <pefoley@google.com>
diff --git a/include/stdplus/str/buf.hpp b/include/stdplus/str/buf.hpp index 1870619..eed6314 100644 --- a/include/stdplus/str/buf.hpp +++ b/include/stdplus/str/buf.hpp
@@ -1,4 +1,6 @@ #pragma once + +#include <bit> #include <cstdint> #include <limits> #include <memory>