misc: Fix missing includes.

Change-Id: I545ff03041e8fe66dc489c6aa95c009e54df0970
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/38995
Reviewed-by: Gabe Black <gabe.black@gmail.com>
Maintainer: Gabe Black <gabe.black@gmail.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Gabe Black
2021-01-11 22:40:19 -08:00
parent a7f3c5aad2
commit c6933a27da
11 changed files with 34 additions and 13 deletions

View File

@@ -43,11 +43,14 @@
#ifndef __CPU_TRAFFIC_GEN_BASE_GEN_HH__
#define __CPU_TRAFFIC_GEN_BASE_GEN_HH__
#include "base/bitfield.hh"
#include "base/intmath.hh"
#include <string>
#include "base/types.hh"
#include "mem/packet.hh"
#include "mem/request.hh"
class BaseTrafficGen;
class SimObject;
/**
* Base class for all generators, with the shared functionality and