Skip to content

Commit

Permalink
Add missing implied include to populate_hbruntime.H
Browse files Browse the repository at this point in the history
Discovered some missing includes while doing some creative
compiles.

Change-Id: Ia77addd7bc8d0b10db1ed63a7e598c0f4892c0c8
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71654
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
dcrowell77 committed Feb 12, 2019
1 parent b2027cd commit 4d92ae4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/include/usr/runtime/populate_hbruntime.H
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2017,2018 */
/* Contributors Listed Below - COPYRIGHT 2017,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand All @@ -27,6 +27,8 @@
#include <hdat/hdat.H>
#include <vector>
#include <utility>
#include <errl/errlentry.H>
#include <pnor/pnorif.H>

namespace RUNTIME
{
Expand Down

0 comments on commit 4d92ae4

Please sign in to comment.