diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2019-02-10 13:26:15 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-02-12 16:24:26 -0600 |
| commit | 4d92ae4d4ac17899bb2a521dc82cc0de09608478 (patch) | |
| tree | a020e970e2bd0a9f63c3457428331149b385ba9f /src/include/usr/runtime | |
| parent | b2027cd8b704587be6ce4dd14327e6730f9d519b (diff) | |
| download | blackbird-hostboot-4d92ae4d4ac17899bb2a521dc82cc0de09608478.tar.gz blackbird-hostboot-4d92ae4d4ac17899bb2a521dc82cc0de09608478.zip | |
Add missing implied include to populate_hbruntime.H
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>
Diffstat (limited to 'src/include/usr/runtime')
| -rw-r--r-- | src/include/usr/runtime/populate_hbruntime.H | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/runtime/populate_hbruntime.H b/src/include/usr/runtime/populate_hbruntime.H index 5a8f17279..329f0cceb 100644 --- a/src/include/usr/runtime/populate_hbruntime.H +++ b/src/include/usr/runtime/populate_hbruntime.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2017,2018 */ +/* Contributors Listed Below - COPYRIGHT 2017,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -27,6 +27,8 @@ #include <hdat/hdat.H> #include <vector> #include <utility> +#include <errl/errlentry.H> +#include <pnor/pnorif.H> namespace RUNTIME { |

