Daniel Carvalho has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/46919 )

Change subject: sim: Add missing compiler include
......................................................................

sim: Add missing compiler include

Add missing base/compiler.hh include for the
namespace deprecation macro.

Change-Id: I43fad575fa538be2bef5296938b71ed8eded2ecf
Signed-off-by: Daniel R. Carvalho <[email protected]>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/46919
Reviewed-by: Giacomo Travaglini <[email protected]>
Maintainer: Giacomo Travaglini <[email protected]>
Tested-by: kokoro <[email protected]>
---
M src/sim/stat_control.hh
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Giacomo Travaglini: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass



diff --git a/src/sim/stat_control.hh b/src/sim/stat_control.hh
index 71d5614..209773c 100644
--- a/src/sim/stat_control.hh
+++ b/src/sim/stat_control.hh
@@ -41,6 +41,7 @@
 #ifndef __SIM_STAT_CONTROL_HH__
 #define __SIM_STAT_CONTROL_HH__

+#include "base/compiler.hh"
 #include "base/types.hh"
 #include "sim/core.hh"


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/46919
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I43fad575fa538be2bef5296938b71ed8eded2ecf
Gerrit-Change-Number: 46919
Gerrit-PatchSet: 2
Gerrit-Owner: Daniel Carvalho <[email protected]>
Gerrit-Reviewer: Daniel Carvalho <[email protected]>
Gerrit-Reviewer: Giacomo Travaglini <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to