commit | 1f4bc1f079243df22aa1d47e82625620ff2de634 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Sep 12 13:30:16 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Sep 12 13:32:33 2018 -0700 |
tree | 72a6e8a639908857d4780fc8a2e2dd9dee4c53d5 | |
parent | a20f8e3699c6b58c2abdbe7e8f90805bc04c6023 [diff] |
storagehandler: add missing cstdint header Change-Id: I3837f2f3219e6b641ebb237a405ce36bd2374c0f Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/storagehandler.h b/storagehandler.h index 17ac7b8..0aef3e3 100644 --- a/storagehandler.h +++ b/storagehandler.h
@@ -1,6 +1,8 @@ #ifndef __HOST_IPMI_STORAGE_HANDLER_H__ #define __HOST_IPMI_STORAGE_HANDLER_H__ +#include <cstdint> + // IPMI commands for Storage net functions. enum ipmi_netfn_storage_cmds {