Wei-Han Chen has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/69480?usp=email )

Change subject: base: Add missing headers in extensible.hh
......................................................................

base: Add missing headers in extensible.hh

Add missing headers <cassert> and <type_traits> in extensible.hh

Change-Id: I01e49c62619383ea4f7da668ceaefe4a41418cd8
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/69480
Tested-by: kokoro <noreply+kok...@google.com>
Reviewed-by: Daniel Carvalho <oda...@yahoo.com.br>
Maintainer: Daniel Carvalho <oda...@yahoo.com.br>
---
M src/base/extensible.hh
1 file changed, 2 insertions(+), 0 deletions(-)

Approvals:
  kokoro: Regressions pass
  Daniel Carvalho: Looks good to me, approved; Looks good to me, approved




diff --git a/src/base/extensible.hh b/src/base/extensible.hh
index e80103c..5acf49f 100644
--- a/src/base/extensible.hh
+++ b/src/base/extensible.hh
@@ -36,8 +36,10 @@
 #ifndef __BASE_EXTENSIBLE_HH__
 #define __BASE_EXTENSIBLE_HH__

+#include <cassert>
 #include <list>
 #include <memory>
+#include <type_traits>
 #include <utility>

 namespace gem5

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/69480?usp=email 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: I01e49c62619383ea4f7da668ceaefe4a41418cd8
Gerrit-Change-Number: 69480
Gerrit-PatchSet: 3
Gerrit-Owner: Wei-Han Chen <weihanc...@google.com>
Gerrit-Reviewer: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Daniel Carvalho <oda...@yahoo.com.br>
Gerrit-Reviewer: Wei-Han Chen <weihanc...@google.com>
Gerrit-Reviewer: Yan Lee <yan...@google.com>
Gerrit-Reviewer: Yu-hsin Wang <yuhsi...@google.com>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org

Reply via email to