summaryrefslogtreecommitdiffstats
path: root/storagehandler.h
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-09-12 13:30:16 -0700
committerPatrick Venture <venture@google.com>2018-09-12 13:32:33 -0700
commit1f4bc1f079243df22aa1d47e82625620ff2de634 (patch)
tree72a6e8a639908857d4780fc8a2e2dd9dee4c53d5 /storagehandler.h
parenta20f8e3699c6b58c2abdbe7e8f90805bc04c6023 (diff)
downloadphosphor-host-ipmid-1f4bc1f079243df22aa1d47e82625620ff2de634.tar.gz
phosphor-host-ipmid-1f4bc1f079243df22aa1d47e82625620ff2de634.zip
storagehandler: add missing cstdint header
Change-Id: I3837f2f3219e6b641ebb237a405ce36bd2374c0f Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'storagehandler.h')
-rw-r--r--storagehandler.h2
1 files changed, 2 insertions, 0 deletions
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
{
OpenPOWER on IntegriCloud