From 4d92ae4d4ac17899bb2a521dc82cc0de09608478 Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Sun, 10 Feb 2019 13:26:15 -0600 Subject: 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 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/include/usr/runtime/populate_hbruntime.H | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include') 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 #include #include +#include +#include namespace RUNTIME { -- cgit v1.2.3