commit | 2aaf2c053e37325bc196229d30ecbf7aa201b70a | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Fri Oct 28 17:46:34 2022 +0000 |
committer | Brandon Kim <brandonkim@google.com> | Fri Oct 28 17:47:37 2022 +0000 |
tree | 86ab8079cb7d05bb6cd9492f89bd731f1d6609d9 | |
parent | 8ec4106b7a4b803f2d9f730a1380ad881d352165 [diff] |
bmc_mode_enum: Add cstdint include to the header Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I47704b6684192cb1825682956b67b5ed3b41e911
diff --git a/bmc_mode_enum.hpp b/bmc_mode_enum.hpp index be965dc..d264c3a 100644 --- a/bmc_mode_enum.hpp +++ b/bmc_mode_enum.hpp
@@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include <cstdint> + namespace google { namespace ipmi