summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-08-23 09:21:56 -0700
committerPatrick Venture <venture@google.com>2019-09-17 01:43:36 +0000
commitf1d691ac5b12f2a59c1f73d66bc66f1ae63e6ec7 (patch)
tree4317f5b787b605ee775752c1849b4cf6c9eff7e8 /scripts
parentcaabc36b6a7596c6a6deb774770f4271f50942e9 (diff)
downloadphosphor-host-ipmid-f1d691ac5b12f2a59c1f73d66bc66f1ae63e6ec7.tar.gz
phosphor-host-ipmid-f1d691ac5b12f2a59c1f73d66bc66f1ae63e6ec7.zip
writeentity: add missing header utility
The code includes utility indirectly. Utility is required for make_pair(). Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I3cdca868a69ca67363f2e3692cbfd511dfde7b5f
Diffstat (limited to 'scripts')
-rw-r--r--scripts/writeentity.mako.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/writeentity.mako.cpp b/scripts/writeentity.mako.cpp
index 4cfc82b..110eca9 100644
--- a/scripts/writeentity.mako.cpp
+++ b/scripts/writeentity.mako.cpp
@@ -3,6 +3,8 @@
// !!! WARNING: This is a GENERATED Code..Please do NOT Edit !!!
#include <ipmid/types.hpp>
+#include <utility>
+
using namespace ipmi::sensor;
extern const EntityInfoMap entities = {
OpenPOWER on IntegriCloud