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+kokoro@google.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Maintainer: Daniel Carvalho <odanrc@yahoo.com.br>
This commit is contained in:
Wei-Han Chen
2023-03-30 06:30:15 +00:00
parent 179dfe521b
commit c98d0d2f93

View File

@@ -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