base: Fix gcc-13 build error
This change adds relevant errors that allow building with gcc-13. Change-Id: Ib97a90ef647a9cd9ec1bf1f2bde61daca85de427 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/68497 Maintainer: Bobby Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
This commit is contained in:
committed by
Melissa Jost
parent
e3f51e595c
commit
6884aeb86a
@@ -38,6 +38,8 @@
|
||||
#ifndef __ARCH_ARM_INSTS_CRYPTO_HH__
|
||||
#define __ARCH_ARM_INSTS_CRYPTO_HH__
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
namespace gem5
|
||||
{
|
||||
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#ifndef __BASE_CPRINTF_FORMATS_HH__
|
||||
#define __BASE_CPRINTF_FORMATS_HH__
|
||||
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <ostream>
|
||||
#include <sstream>
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
#ifndef __MEM_RUBY_COMMON_HISTOGRAM_HH__
|
||||
#define __MEM_RUBY_COMMON_HISTOGRAM_HH__
|
||||
|
||||
#include <cstdint>
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user